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.5687,-75.0941)};var g_db8419f41d890df802dca330e6284952 = new google.maps.Geocoder();g_db8419f41d890df802dca330e6284952.geocode( { 'address': "11 Frenchtown Rd, Milford, NJ 08848, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milford-NJ-atm-milford-citgo--deli').style.display = '';map = new google.maps.Map(document.getElementById('milford-NJ-atm-milford-citgo--deli'), mapOptions);}document.getElementById('2c7b84a9').innerHTML += ' | View Map';var $ldb8419f41d890df802dca330e6284952 = '

ATM Milford CITGO & Deli

Address: 11 Frenchtown Rd, Milford, NJ 08848, USA
Phone:
';var m_db8419f41d890df802dca330e6284952 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM Milford CITGO & Deli',});m_db8419f41d890df802dca330e6284952['infowindow'] = new google.maps.InfoWindow({content: $ldb8419f41d890df802dca330e6284952});var infowindow = new google.maps.InfoWindow({content: $ldb8419f41d890df802dca330e6284952});google.maps.event.addListener(m_db8419f41d890df802dca330e6284952, 'click', function() {infowindow.open(map,m_db8419f41d890df802dca330e6284952);});$marker.push(m_db8419f41d890df802dca330e6284952);}});}google.maps.event.addDomListener(window, 'load', initialize);