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.9751,-111.524)};var g_c27cb025c4befa0319116806faebb82e = new google.maps.Geocoder();g_c27cb025c4befa0319116806faebb82e.geocode( { 'address': "345 S Arizona Blvd, Coolidge, AZ 85128, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coolidge-AZ-fast-auto-loans-inc').style.display = '';map = new google.maps.Map(document.getElementById('coolidge-AZ-fast-auto-loans-inc'), mapOptions);}document.getElementById('99f3418d').innerHTML += ' | View Map';var $lc27cb025c4befa0319116806faebb82e = '

Fast Auto Loans Inc

Address: 345 S Arizona Blvd, Coolidge, AZ 85128, USA
Phone: (520) 723-1036
';var m_c27cb025c4befa0319116806faebb82e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fast Auto Loans Inc',});m_c27cb025c4befa0319116806faebb82e['infowindow'] = new google.maps.InfoWindow({content: $lc27cb025c4befa0319116806faebb82e});var infowindow = new google.maps.InfoWindow({content: $lc27cb025c4befa0319116806faebb82e});google.maps.event.addListener(m_c27cb025c4befa0319116806faebb82e, 'click', function() {infowindow.open(map,m_c27cb025c4befa0319116806faebb82e);});$marker.push(m_c27cb025c4befa0319116806faebb82e);}});}google.maps.event.addDomListener(window, 'load', initialize);