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(39.4485,-75.6976)};var g_2252267017aa9f16cb77bb0a122ea64b = new google.maps.Geocoder();g_2252267017aa9f16cb77bb0a122ea64b.geocode( { 'address': "460 E Main St, Middletown, DE 19709, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('middletown-DE-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('middletown-DE-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('a68d5220').innerHTML += ' | View Map';var $l2252267017aa9f16cb77bb0a122ea64b = '

Citizens Bank Supermarket Branch

Address: 460 E Main St, Middletown, DE 19709, USA
Phone: (302) 376-3641
';var m_2252267017aa9f16cb77bb0a122ea64b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Supermarket Branch',});m_2252267017aa9f16cb77bb0a122ea64b['infowindow'] = new google.maps.InfoWindow({content: $l2252267017aa9f16cb77bb0a122ea64b});var infowindow = new google.maps.InfoWindow({content: $l2252267017aa9f16cb77bb0a122ea64b});google.maps.event.addListener(m_2252267017aa9f16cb77bb0a122ea64b, 'click', function() {infowindow.open(map,m_2252267017aa9f16cb77bb0a122ea64b);});$marker.push(m_2252267017aa9f16cb77bb0a122ea64b);}});}google.maps.event.addDomListener(window, 'load', initialize);