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_8ea40402d86c45e1763290987873772c = new google.maps.Geocoder();g_8ea40402d86c45e1763290987873772c.geocode( { 'address': "439 S Florida Ave, Lakeland, FL 33801"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lakeland-FL-pilot-bank').style.display = '';map = new google.maps.Map(document.getElementById('lakeland-FL-pilot-bank'), mapOptions);}document.getElementById('418ac0c2').innerHTML += ' | View Map';var $l8ea40402d86c45e1763290987873772c = '

Pilot Bank

Address: 439 S Florida Ave, Lakeland, FL 33801
Phone: (863) 513-1200
';var m_8ea40402d86c45e1763290987873772c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pilot Bank',});m_8ea40402d86c45e1763290987873772c['infowindow'] = new google.maps.InfoWindow({content: $l8ea40402d86c45e1763290987873772c});var infowindow = new google.maps.InfoWindow({content: $l8ea40402d86c45e1763290987873772c});google.maps.event.addListener(m_8ea40402d86c45e1763290987873772c, 'click', function() {infowindow.open(map,m_8ea40402d86c45e1763290987873772c);});$marker.push(m_8ea40402d86c45e1763290987873772c);}});}google.maps.event.addDomListener(window, 'load', initialize);