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.8975,-83.6915)};var g_5e892b6261f9c7f13b4a4e4598b21391 = new google.maps.Geocoder();g_5e892b6261f9c7f13b4a4e4598b21391.geocode( { 'address': "254 Tom Hill Sr Blvd, Macon, GA 31210, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('macon-GA-sterling-finance-company').style.display = '';map = new google.maps.Map(document.getElementById('macon-GA-sterling-finance-company'), mapOptions);}document.getElementById('1e65707d').innerHTML += ' | View Map';var $l5e892b6261f9c7f13b4a4e4598b21391 = '

Sterling Finance Company

Address: 254 Tom Hill Sr Blvd, Macon, GA 31210, USA
Phone: (478) 757-7934
';var m_5e892b6261f9c7f13b4a4e4598b21391 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sterling Finance Company',});m_5e892b6261f9c7f13b4a4e4598b21391['infowindow'] = new google.maps.InfoWindow({content: $l5e892b6261f9c7f13b4a4e4598b21391});var infowindow = new google.maps.InfoWindow({content: $l5e892b6261f9c7f13b4a4e4598b21391});google.maps.event.addListener(m_5e892b6261f9c7f13b4a4e4598b21391, 'click', function() {infowindow.open(map,m_5e892b6261f9c7f13b4a4e4598b21391);});$marker.push(m_5e892b6261f9c7f13b4a4e4598b21391);}});}google.maps.event.addDomListener(window, 'load', initialize);