LatLng center = getStoreLocation();
if (center != null) {
Size size = new Size(25, 22);
Pixel pixel = new Pixel(-15, -11);
Icon icon = new Icon("img/marker.png", size, pixel);
marker = new Marker(convertPoint(map.getProjection(), center), icon);
markers.addMarker(marker);
centerMap(map, center, 15);
reDrawGeoFence(map);