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.4728,-85.0109)};var g_d35a34476be067a04fa756c8c0b7dfbd = new google.maps.Geocoder();g_d35a34476be067a04fa756c8c0b7dfbd.geocode( { 'address': "1218 14th St, Phenix City, AL 36867, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phenix-city-AL-cars-on-credit-inc').style.display = '';map = new google.maps.Map(document.getElementById('phenix-city-AL-cars-on-credit-inc'), mapOptions);}document.getElementById('79c887a0').innerHTML += ' | View Map';var $ld35a34476be067a04fa756c8c0b7dfbd = '

Cars On Credit Inc

Address: 1218 14th St, Phenix City, AL 36867, USA
Phone: (334) 298-9500
';var m_d35a34476be067a04fa756c8c0b7dfbd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cars On Credit Inc',});m_d35a34476be067a04fa756c8c0b7dfbd['infowindow'] = new google.maps.InfoWindow({content: $ld35a34476be067a04fa756c8c0b7dfbd});var infowindow = new google.maps.InfoWindow({content: $ld35a34476be067a04fa756c8c0b7dfbd});google.maps.event.addListener(m_d35a34476be067a04fa756c8c0b7dfbd, 'click', function() {infowindow.open(map,m_d35a34476be067a04fa756c8c0b7dfbd);});$marker.push(m_d35a34476be067a04fa756c8c0b7dfbd);}});}google.maps.event.addDomListener(window, 'load', initialize);