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.4499,-75.7106)};var g_cc0a97860b4b4615481eade991124c04 = new google.maps.Geocoder();g_cc0a97860b4b4615481eade991124c04.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').style.display = '';map = new google.maps.Map(document.getElementById('middletown-DE-citizens-bank'), mapOptions);}document.getElementById('a68d5220').innerHTML += ' | View Map';var $lcc0a97860b4b4615481eade991124c04 = '

Citizens Bank

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