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.1478,-80.755)};var g_e8d22590eca2d4cdca8ab4f23a21bb93 = new google.maps.Geocoder();g_e8d22590eca2d4cdca8ab4f23a21bb93.geocode( { 'address': "59 Pope Ave, Hilton Head Island, SC 29928, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hilton-head-island-SC-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('hilton-head-island-SC-bank-of-america-financial-center'), mapOptions);}document.getElementById('d5edd966').innerHTML += ' | View Map';var $le8d22590eca2d4cdca8ab4f23a21bb93 = '

Bank of America Financial Center

Address: 59 Pope Ave, Hilton Head Island, SC 29928, USA
Phone: (843) 342-1076
';var m_e8d22590eca2d4cdca8ab4f23a21bb93 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_e8d22590eca2d4cdca8ab4f23a21bb93['infowindow'] = new google.maps.InfoWindow({content: $le8d22590eca2d4cdca8ab4f23a21bb93});var infowindow = new google.maps.InfoWindow({content: $le8d22590eca2d4cdca8ab4f23a21bb93});google.maps.event.addListener(m_e8d22590eca2d4cdca8ab4f23a21bb93, 'click', function() {infowindow.open(map,m_e8d22590eca2d4cdca8ab4f23a21bb93);});$marker.push(m_e8d22590eca2d4cdca8ab4f23a21bb93);}});}google.maps.event.addDomListener(window, 'load', initialize);