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(33.8239,-78.6862)};var g_5b8f5542ec59c7c1476b232e7f1101ab = new google.maps.Geocoder();g_5b8f5542ec59c7c1476b232e7f1101ab.geocode( { 'address': "720 Hwy 17 S, North Myrtle Beach, SC 29582, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-myrtle-beach-SC-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('north-myrtle-beach-SC-atm-bbt'), mapOptions);}document.getElementById('9d88bd57').innerHTML += ' | View Map';var $l5b8f5542ec59c7c1476b232e7f1101ab = '

ATM (BB&T)

Address: 720 Hwy 17 S, North Myrtle Beach, SC 29582, USA
Phone:
';var m_5b8f5542ec59c7c1476b232e7f1101ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T)',});m_5b8f5542ec59c7c1476b232e7f1101ab['infowindow'] = new google.maps.InfoWindow({content: $l5b8f5542ec59c7c1476b232e7f1101ab});var infowindow = new google.maps.InfoWindow({content: $l5b8f5542ec59c7c1476b232e7f1101ab});google.maps.event.addListener(m_5b8f5542ec59c7c1476b232e7f1101ab, 'click', function() {infowindow.open(map,m_5b8f5542ec59c7c1476b232e7f1101ab);});$marker.push(m_5b8f5542ec59c7c1476b232e7f1101ab);}});}google.maps.event.addDomListener(window, 'load', initialize);