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(35.5587,-77.0542)};var g_fe699b1a3dd61ff47774b5cf36a37beb = new google.maps.Geocoder();g_fe699b1a3dd61ff47774b5cf36a37beb.geocode( { 'address': "639 W 15th St, Washington, NC 27889, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washington-NC-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('washington-NC-first-bank'), mapOptions);}document.getElementById('ff6d7552').innerHTML += ' | View Map';var $lfe699b1a3dd61ff47774b5cf36a37beb = '

First Bank

Address: 639 W 15th St, Washington, NC 27889, USA
Phone: (252) 946-4171
';var m_fe699b1a3dd61ff47774b5cf36a37beb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank',});m_fe699b1a3dd61ff47774b5cf36a37beb['infowindow'] = new google.maps.InfoWindow({content: $lfe699b1a3dd61ff47774b5cf36a37beb});var infowindow = new google.maps.InfoWindow({content: $lfe699b1a3dd61ff47774b5cf36a37beb});google.maps.event.addListener(m_fe699b1a3dd61ff47774b5cf36a37beb, 'click', function() {infowindow.open(map,m_fe699b1a3dd61ff47774b5cf36a37beb);});$marker.push(m_fe699b1a3dd61ff47774b5cf36a37beb);}});}google.maps.event.addDomListener(window, 'load', initialize);