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(28.038,-81.9439)};var g_02cf7b95eaf630256990316ef6d5bcb3 = new google.maps.Geocoder();g_02cf7b95eaf630256990316ef6d5bcb3.geocode( { 'address': "1215 N Parkway Frontage Rd, Lakeland, FL 33803"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lakeland-FL-suntrust').style.display = '';map = new google.maps.Map(document.getElementById('lakeland-FL-suntrust'), mapOptions);}document.getElementById('5795ddc5').innerHTML += ' | View Map';var $l02cf7b95eaf630256990316ef6d5bcb3 = '

Suntrust

Address: 1215 N Parkway Frontage Rd, Lakeland, FL 33803
Phone: (863) 701-0308
';var m_02cf7b95eaf630256990316ef6d5bcb3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Suntrust',});m_02cf7b95eaf630256990316ef6d5bcb3['infowindow'] = new google.maps.InfoWindow({content: $l02cf7b95eaf630256990316ef6d5bcb3});var infowindow = new google.maps.InfoWindow({content: $l02cf7b95eaf630256990316ef6d5bcb3});google.maps.event.addListener(m_02cf7b95eaf630256990316ef6d5bcb3, 'click', function() {infowindow.open(map,m_02cf7b95eaf630256990316ef6d5bcb3);});$marker.push(m_02cf7b95eaf630256990316ef6d5bcb3);}});}google.maps.event.addDomListener(window, 'load', initialize);