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(36.1288,-77.4222)};var g_927dbd9292b0be2c9e709ad5b5f3c1fd = new google.maps.Geocoder();g_927dbd9292b0be2c9e709ad5b5f3c1fd.geocode( { 'address': "807 Main St, Scotland Neck, NC 27874, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scotland-neck-NC-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('scotland-neck-NC-atm-bbt'), mapOptions);}document.getElementById('73c8ec08').innerHTML += ' | View Map';var $l927dbd9292b0be2c9e709ad5b5f3c1fd = '

ATM (BB&T)

Address: 807 Main St, Scotland Neck, NC 27874, USA
Phone:
';var m_927dbd9292b0be2c9e709ad5b5f3c1fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T)',});m_927dbd9292b0be2c9e709ad5b5f3c1fd['infowindow'] = new google.maps.InfoWindow({content: $l927dbd9292b0be2c9e709ad5b5f3c1fd});var infowindow = new google.maps.InfoWindow({content: $l927dbd9292b0be2c9e709ad5b5f3c1fd});google.maps.event.addListener(m_927dbd9292b0be2c9e709ad5b5f3c1fd, 'click', function() {infowindow.open(map,m_927dbd9292b0be2c9e709ad5b5f3c1fd);});$marker.push(m_927dbd9292b0be2c9e709ad5b5f3c1fd);}});}google.maps.event.addDomListener(window, 'load', initialize);