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.5496,-77.0394)};var g_02a3ec63c6325b3c6b30b8bd0de865bc = new google.maps.Geocoder();g_02a3ec63c6325b3c6b30b8bd0de865bc.geocode( { 'address': "1313 Carolina Ave, Washington, NC 27889"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washington-NC-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('washington-NC-bank-of-america'), mapOptions);}document.getElementById('fc1279db').innerHTML += ' | View Map';var $l02a3ec63c6325b3c6b30b8bd0de865bc = '

Bank of America

Address: 1313 Carolina Ave, Washington, NC 27889
Phone: (252) 975-8255
';var m_02a3ec63c6325b3c6b30b8bd0de865bc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_02a3ec63c6325b3c6b30b8bd0de865bc['infowindow'] = new google.maps.InfoWindow({content: $l02a3ec63c6325b3c6b30b8bd0de865bc});var infowindow = new google.maps.InfoWindow({content: $l02a3ec63c6325b3c6b30b8bd0de865bc});google.maps.event.addListener(m_02a3ec63c6325b3c6b30b8bd0de865bc, 'click', function() {infowindow.open(map,m_02a3ec63c6325b3c6b30b8bd0de865bc);});$marker.push(m_02a3ec63c6325b3c6b30b8bd0de865bc);}});}google.maps.event.addDomListener(window, 'load', initialize);