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(38.5478,-75.1088)};var g_88bc621c770ae8ca804090205cc1688d = new google.maps.Geocoder();g_88bc621c770ae8ca804090205cc1688d.geocode( { 'address': "36754 Old Mill Rd, Millville, DE 19967, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('millville-DE-county-bank-millville').style.display = '';map = new google.maps.Map(document.getElementById('millville-DE-county-bank-millville'), mapOptions);}document.getElementById('afa83087').innerHTML += ' | View Map';var $l88bc621c770ae8ca804090205cc1688d = '

County Bank Millville

Address: 36754 Old Mill Rd, Millville, DE 19967, USA
Phone: (302) 537-0900
';var m_88bc621c770ae8ca804090205cc1688d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'County Bank Millville',});m_88bc621c770ae8ca804090205cc1688d['infowindow'] = new google.maps.InfoWindow({content: $l88bc621c770ae8ca804090205cc1688d});var infowindow = new google.maps.InfoWindow({content: $l88bc621c770ae8ca804090205cc1688d});google.maps.event.addListener(m_88bc621c770ae8ca804090205cc1688d, 'click', function() {infowindow.open(map,m_88bc621c770ae8ca804090205cc1688d);});$marker.push(m_88bc621c770ae8ca804090205cc1688d);}});}google.maps.event.addDomListener(window, 'load', initialize);