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()};var g_0a521f4b3f184d3e27654212e38c7b76 = new google.maps.Geocoder();g_0a521f4b3f184d3e27654212e38c7b76.geocode( { 'address': "1510 Ridgewood Avenue, Holly Hill, FL 32117"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('holly-hill-FL-suntrust-bank').style.display = '';map = new google.maps.Map(document.getElementById('holly-hill-FL-suntrust-bank'), mapOptions);}document.getElementById('a4a75870').innerHTML += ' | View Map';var $l0a521f4b3f184d3e27654212e38c7b76 = '

SunTrust Bank

Address: 1510 Ridgewood Avenue, Holly Hill, FL 32117
Phone: (386) 481-9738
';var m_0a521f4b3f184d3e27654212e38c7b76 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SunTrust Bank',});m_0a521f4b3f184d3e27654212e38c7b76['infowindow'] = new google.maps.InfoWindow({content: $l0a521f4b3f184d3e27654212e38c7b76});var infowindow = new google.maps.InfoWindow({content: $l0a521f4b3f184d3e27654212e38c7b76});google.maps.event.addListener(m_0a521f4b3f184d3e27654212e38c7b76, 'click', function() {infowindow.open(map,m_0a521f4b3f184d3e27654212e38c7b76);});$marker.push(m_0a521f4b3f184d3e27654212e38c7b76);}});}google.maps.event.addDomListener(window, 'load', initialize);