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(31.2127,-82.3542)};var g_41ed419ab4a0d14a54f9c09526c03ccd = new google.maps.Geocoder();g_41ed419ab4a0d14a54f9c09526c03ccd.geocode( { 'address': "100 Lee Ave, Waycross, GA 31501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waycross-GA-sterling-finance-co').style.display = '';map = new google.maps.Map(document.getElementById('waycross-GA-sterling-finance-co'), mapOptions);}document.getElementById('42403447').innerHTML += ' | View Map';var $l41ed419ab4a0d14a54f9c09526c03ccd = '

Sterling Finance Co

Address: 100 Lee Ave, Waycross, GA 31501, USA
Phone: (912) 283-4788
';var m_41ed419ab4a0d14a54f9c09526c03ccd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sterling Finance Co',});m_41ed419ab4a0d14a54f9c09526c03ccd['infowindow'] = new google.maps.InfoWindow({content: $l41ed419ab4a0d14a54f9c09526c03ccd});var infowindow = new google.maps.InfoWindow({content: $l41ed419ab4a0d14a54f9c09526c03ccd});google.maps.event.addListener(m_41ed419ab4a0d14a54f9c09526c03ccd, 'click', function() {infowindow.open(map,m_41ed419ab4a0d14a54f9c09526c03ccd);});$marker.push(m_41ed419ab4a0d14a54f9c09526c03ccd);}});}google.maps.event.addDomListener(window, 'load', initialize);