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(33.6142,-85.804)};var g_25fc970c557662556621b49222ccf78f = new google.maps.Geocoder();g_25fc970c557662556621b49222ccf78f.geocode( { 'address': "1720 Hamric Dr E Suite 7, Oxford, AL 36203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-AL-1st-franklin-financial').style.display = '';map = new google.maps.Map(document.getElementById('oxford-AL-1st-franklin-financial'), mapOptions);}document.getElementById('a2ac1100').innerHTML += ' | View Map';var $l25fc970c557662556621b49222ccf78f = '

1st Franklin Financial

Address: 1720 Hamric Dr E Suite 7, Oxford, AL 36203, USA
Phone: (256) 832-0450
';var m_25fc970c557662556621b49222ccf78f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Franklin Financial',});m_25fc970c557662556621b49222ccf78f['infowindow'] = new google.maps.InfoWindow({content: $l25fc970c557662556621b49222ccf78f});var infowindow = new google.maps.InfoWindow({content: $l25fc970c557662556621b49222ccf78f});google.maps.event.addListener(m_25fc970c557662556621b49222ccf78f, 'click', function() {infowindow.open(map,m_25fc970c557662556621b49222ccf78f);});$marker.push(m_25fc970c557662556621b49222ccf78f);}});}google.maps.event.addDomListener(window, 'load', initialize);