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(32.3334,-89.1525)};var g_d33e104b12012e41cdfa8d254ec902e1 = new google.maps.Geocoder();g_d33e104b12012e41cdfa8d254ec902e1.geocode( { 'address': "105 Northside Plaza, Newton, MS 39345, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newton-MS-1st-franklin-financial').style.display = '';map = new google.maps.Map(document.getElementById('newton-MS-1st-franklin-financial'), mapOptions);}document.getElementById('0afd0e9b').innerHTML += ' | View Map';var $ld33e104b12012e41cdfa8d254ec902e1 = '

1st Franklin Financial

Address: 105 Northside Plaza, Newton, MS 39345, USA
Phone: (601) 683-6048
';var m_d33e104b12012e41cdfa8d254ec902e1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Franklin Financial',});m_d33e104b12012e41cdfa8d254ec902e1['infowindow'] = new google.maps.InfoWindow({content: $ld33e104b12012e41cdfa8d254ec902e1});var infowindow = new google.maps.InfoWindow({content: $ld33e104b12012e41cdfa8d254ec902e1});google.maps.event.addListener(m_d33e104b12012e41cdfa8d254ec902e1, 'click', function() {infowindow.open(map,m_d33e104b12012e41cdfa8d254ec902e1);});$marker.push(m_d33e104b12012e41cdfa8d254ec902e1);}});}google.maps.event.addDomListener(window, 'load', initialize);