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(27.8996,-81.8197)};var g_6683eddca3f5476b8dee04ab18de8e5d = new google.maps.Geocoder();g_6683eddca3f5476b8dee04ab18de8e5d.geocode( { 'address': "255 West Main Street, Bartow, FL 33830"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bartow-FL-suntrust-bank').style.display = '';map = new google.maps.Map(document.getElementById('bartow-FL-suntrust-bank'), mapOptions);}document.getElementById('44372d0f').innerHTML += ' | View Map';var $l6683eddca3f5476b8dee04ab18de8e5d = '

SunTrust Bank

Address: 255 West Main Street, Bartow, FL 33830
Phone: (863) 578-1556
';var m_6683eddca3f5476b8dee04ab18de8e5d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SunTrust Bank',});m_6683eddca3f5476b8dee04ab18de8e5d['infowindow'] = new google.maps.InfoWindow({content: $l6683eddca3f5476b8dee04ab18de8e5d});var infowindow = new google.maps.InfoWindow({content: $l6683eddca3f5476b8dee04ab18de8e5d});google.maps.event.addListener(m_6683eddca3f5476b8dee04ab18de8e5d, 'click', function() {infowindow.open(map,m_6683eddca3f5476b8dee04ab18de8e5d);});$marker.push(m_6683eddca3f5476b8dee04ab18de8e5d);}});}google.maps.event.addDomListener(window, 'load', initialize);