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(30.5172,-82.9503)};var g_8412f42034af852f237e3af8209f3a6f = new google.maps.Geocoder();g_8412f42034af852f237e3af8209f3a6f.geocode( { 'address': "Jasper, FL"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jasper-FL-first-federal-savings-bank-fla').style.display = '';map = new google.maps.Map(document.getElementById('jasper-FL-first-federal-savings-bank-fla'), mapOptions);}document.getElementById('b64a6922').innerHTML += ' | View Map';var $l8412f42034af852f237e3af8209f3a6f = '

First Federal Savings Bank Fla

Address: Jasper, FL
Phone: (386) 792-2400
';var m_8412f42034af852f237e3af8209f3a6f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal Savings Bank Fla',});m_8412f42034af852f237e3af8209f3a6f['infowindow'] = new google.maps.InfoWindow({content: $l8412f42034af852f237e3af8209f3a6f});var infowindow = new google.maps.InfoWindow({content: $l8412f42034af852f237e3af8209f3a6f});google.maps.event.addListener(m_8412f42034af852f237e3af8209f3a6f, 'click', function() {infowindow.open(map,m_8412f42034af852f237e3af8209f3a6f);});$marker.push(m_8412f42034af852f237e3af8209f3a6f);}});}google.maps.event.addDomListener(window, 'load', initialize);