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.7599,-81.3458)};var g_4a15fc6d75970e9607efa44697977f2b = new google.maps.Geocoder();g_4a15fc6d75970e9607efa44697977f2b.geocode( { 'address': "3505 W Lake Mary Blvd, Lake Mary, FL 32746"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-mary-FL-first-southern-bank').style.display = '';map = new google.maps.Map(document.getElementById('lake-mary-FL-first-southern-bank'), mapOptions);}document.getElementById('2a913ac8').innerHTML += ' | View Map';var $l4a15fc6d75970e9607efa44697977f2b = '

First Southern Bank

Address: 3505 W Lake Mary Blvd, Lake Mary, FL 32746
Phone: (407) 323-3393
';var m_4a15fc6d75970e9607efa44697977f2b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Southern Bank',});m_4a15fc6d75970e9607efa44697977f2b['infowindow'] = new google.maps.InfoWindow({content: $l4a15fc6d75970e9607efa44697977f2b});var infowindow = new google.maps.InfoWindow({content: $l4a15fc6d75970e9607efa44697977f2b});google.maps.event.addListener(m_4a15fc6d75970e9607efa44697977f2b, 'click', function() {infowindow.open(map,m_4a15fc6d75970e9607efa44697977f2b);});$marker.push(m_4a15fc6d75970e9607efa44697977f2b);}});}google.maps.event.addDomListener(window, 'load', initialize);