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.1165,-84.262)};var g_0fd79996a2d601c6e0f2bff37375ae2e = new google.maps.Geocoder();g_0fd79996a2d601c6e0f2bff37375ae2e.geocode( { 'address': "1105 N Martin Luther King Blvd, Americus, GA 31719, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('americus-GA-j-michaels-auto-credit').style.display = '';map = new google.maps.Map(document.getElementById('americus-GA-j-michaels-auto-credit'), mapOptions);}document.getElementById('f99bc1bc').innerHTML += ' | View Map';var $l0fd79996a2d601c6e0f2bff37375ae2e = '

J Michael's Auto Credit

Address: 1105 N Martin Luther King Blvd, Americus, GA 31719, USA
Phone: (229) 928-9600
';var m_0fd79996a2d601c6e0f2bff37375ae2e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'J Michael's Auto Credit',});m_0fd79996a2d601c6e0f2bff37375ae2e['infowindow'] = new google.maps.InfoWindow({content: $l0fd79996a2d601c6e0f2bff37375ae2e});var infowindow = new google.maps.InfoWindow({content: $l0fd79996a2d601c6e0f2bff37375ae2e});google.maps.event.addListener(m_0fd79996a2d601c6e0f2bff37375ae2e, 'click', function() {infowindow.open(map,m_0fd79996a2d601c6e0f2bff37375ae2e);});$marker.push(m_0fd79996a2d601c6e0f2bff37375ae2e);}});}google.maps.event.addDomListener(window, 'load', initialize);