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.8424,-83.6315)};var g_650d1ce05743a2b2c9bdf94112955d98 = new google.maps.Geocoder();g_650d1ce05743a2b2c9bdf94112955d98.geocode( { 'address': "195 Spring St e, Macon, GA 31201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('macon-GA-sagamore-home-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('macon-GA-sagamore-home-mortgage'), mapOptions);}document.getElementById('4b5490b1').innerHTML += ' | View Map';var $l650d1ce05743a2b2c9bdf94112955d98 = '

Sagamore Home Mortgage

Address: 195 Spring St e, Macon, GA 31201, USA
Phone: (478) 319-7382
';var m_650d1ce05743a2b2c9bdf94112955d98 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sagamore Home Mortgage',});m_650d1ce05743a2b2c9bdf94112955d98['infowindow'] = new google.maps.InfoWindow({content: $l650d1ce05743a2b2c9bdf94112955d98});var infowindow = new google.maps.InfoWindow({content: $l650d1ce05743a2b2c9bdf94112955d98});google.maps.event.addListener(m_650d1ce05743a2b2c9bdf94112955d98, 'click', function() {infowindow.open(map,m_650d1ce05743a2b2c9bdf94112955d98);});$marker.push(m_650d1ce05743a2b2c9bdf94112955d98);}});}google.maps.event.addDomListener(window, 'load', initialize);