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(32.4175,-80.6575)};var g_fb60d411a5c5b72b2e7d3527cfc84fd0 = new google.maps.Geocoder();g_fb60d411a5c5b72b2e7d3527cfc84fd0.geocode( { 'address': "500 Carteret St, Beaufort, SC 29902"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beaufort-SC-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('beaufort-SC-bank-of-america'), mapOptions);}document.getElementById('abac7569').innerHTML += ' | View Map';var $lfb60d411a5c5b72b2e7d3527cfc84fd0 = '

Bank Of America

Address: 500 Carteret St, Beaufort, SC 29902
Phone: (843) 521-6007
';var m_fb60d411a5c5b72b2e7d3527cfc84fd0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of America',});m_fb60d411a5c5b72b2e7d3527cfc84fd0['infowindow'] = new google.maps.InfoWindow({content: $lfb60d411a5c5b72b2e7d3527cfc84fd0});var infowindow = new google.maps.InfoWindow({content: $lfb60d411a5c5b72b2e7d3527cfc84fd0});google.maps.event.addListener(m_fb60d411a5c5b72b2e7d3527cfc84fd0, 'click', function() {infowindow.open(map,m_fb60d411a5c5b72b2e7d3527cfc84fd0);});$marker.push(m_fb60d411a5c5b72b2e7d3527cfc84fd0);}});}google.maps.event.addDomListener(window, 'load', initialize);