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(34.3539,-82.9208)};var g_ace9a63cc0e5d80e2292a08f494c778a = new google.maps.Geocoder();g_ace9a63cc0e5d80e2292a08f494c778a.geocode( { 'address': "637 E Franklin St, Hartwell, GA 30643, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hartwell-GA-m--m-financial-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('hartwell-GA-m--m-financial-services-inc'), mapOptions);}document.getElementById('531411ba').innerHTML += ' | View Map';var $lace9a63cc0e5d80e2292a08f494c778a = '

M & M Financial Services Inc

Address: 637 E Franklin St, Hartwell, GA 30643, USA
Phone: (706) 376-0832
';var m_ace9a63cc0e5d80e2292a08f494c778a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M & M Financial Services Inc',});m_ace9a63cc0e5d80e2292a08f494c778a['infowindow'] = new google.maps.InfoWindow({content: $lace9a63cc0e5d80e2292a08f494c778a});var infowindow = new google.maps.InfoWindow({content: $lace9a63cc0e5d80e2292a08f494c778a});google.maps.event.addListener(m_ace9a63cc0e5d80e2292a08f494c778a, 'click', function() {infowindow.open(map,m_ace9a63cc0e5d80e2292a08f494c778a);});$marker.push(m_ace9a63cc0e5d80e2292a08f494c778a);}});}google.maps.event.addDomListener(window, 'load', initialize);