var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(40.8202,-73.9202)};var g_95c9d994f8d75d4d60f8bb8f25902339 = new google.maps.Geocoder();g_95c9d994f8d75d4d60f8bb8f25902339.geocode( { 'address': "2526 Butler Pl, Bronx, NY 10461"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bronx-NY-d-r-central-baking').style.display = '';map = new google.maps.Map(document.getElementById('bronx-NY-d-r-central-baking'), mapOptions);}document.getElementById('69e3dd54').innerHTML += ' | View Map';var $l95c9d994f8d75d4d60f8bb8f25902339 = '

D & R Central Baking

Address: 2526 Butler Pl, Bronx, NY 10461
Phone: (718) 892-1560
';var m_95c9d994f8d75d4d60f8bb8f25902339 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'D & R Central Baking',});m_95c9d994f8d75d4d60f8bb8f25902339['infowindow'] = new google.maps.InfoWindow({content: $l95c9d994f8d75d4d60f8bb8f25902339});var infowindow = new google.maps.InfoWindow({content: $l95c9d994f8d75d4d60f8bb8f25902339});google.maps.event.addListener(m_95c9d994f8d75d4d60f8bb8f25902339, 'click', function() {infowindow.open(map,m_95c9d994f8d75d4d60f8bb8f25902339);});$marker.push(m_95c9d994f8d75d4d60f8bb8f25902339);}});}google.maps.event.addDomListener(window, 'load', initialize);