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.0716,-79.7627)};var g_5833e41cf03fcc4f928b453c5b2c6ef2 = new google.maps.Geocoder();g_5833e41cf03fcc4f928b453c5b2c6ef2.geocode( { 'address': "267 2nd St, Ellerbe, NC 28338, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ellerbe-NC-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('ellerbe-NC-atm-bbt'), mapOptions);}document.getElementById('f35ffd90').innerHTML += ' | View Map';var $l5833e41cf03fcc4f928b453c5b2c6ef2 = '

ATM (BB&T)

Address: 267 2nd St, Ellerbe, NC 28338, USA
Phone:
';var m_5833e41cf03fcc4f928b453c5b2c6ef2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T)',});m_5833e41cf03fcc4f928b453c5b2c6ef2['infowindow'] = new google.maps.InfoWindow({content: $l5833e41cf03fcc4f928b453c5b2c6ef2});var infowindow = new google.maps.InfoWindow({content: $l5833e41cf03fcc4f928b453c5b2c6ef2});google.maps.event.addListener(m_5833e41cf03fcc4f928b453c5b2c6ef2, 'click', function() {infowindow.open(map,m_5833e41cf03fcc4f928b453c5b2c6ef2);});$marker.push(m_5833e41cf03fcc4f928b453c5b2c6ef2);}});}google.maps.event.addDomListener(window, 'load', initialize);