The idol images on the map are squares instead of rectangles. The idol sprites don't have consistent aspect ratios, but a 45x75 image looks much better than 45x45 image.
This is how the map looks after replacing new google.maps.Size(45,45) with new google.maps.Size(45,75) in http://i.cinderella.pro/static/js/map.js. It's not perfect, but it's an improvement.
The idol images on the map are squares instead of rectangles. The idol sprites don't have consistent aspect ratios, but a 45x75 image looks much better than 45x45 image.