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.527,-79.2985)};var g_080acdcce72c06873a773c4311c2e464 = new google.maps.Geocoder();g_080acdcce72c06873a773c4311c2e464.geocode( { 'address': "1306 Highmarket St, Georgetown, SC 29440"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('georgetown-SC-nationsbank').style.display = '';map = new google.maps.Map(document.getElementById('georgetown-SC-nationsbank'), mapOptions);}document.getElementById('3f53c177').innerHTML += ' | View Map';var $l080acdcce72c06873a773c4311c2e464 = '

Nationsbank

Address: 1306 Highmarket St, Georgetown, SC 29440
Phone: (843) 546-8000
';var m_080acdcce72c06873a773c4311c2e464 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nationsbank',});m_080acdcce72c06873a773c4311c2e464['infowindow'] = new google.maps.InfoWindow({content: $l080acdcce72c06873a773c4311c2e464});var infowindow = new google.maps.InfoWindow({content: $l080acdcce72c06873a773c4311c2e464});google.maps.event.addListener(m_080acdcce72c06873a773c4311c2e464, 'click', function() {infowindow.open(map,m_080acdcce72c06873a773c4311c2e464);});$marker.push(m_080acdcce72c06873a773c4311c2e464);}});}google.maps.event.addDomListener(window, 'load', initialize);