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(39.9357,-91.3368)};var g_63923f49e5241343aa7acb6a06a751e7 = new google.maps.Geocoder();g_63923f49e5241343aa7acb6a06a751e7.geocode( { 'address': "4929 Broadway St, Quincy, IL 62305, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('quincy-IL-prime-auto-finance').style.display = '';map = new google.maps.Map(document.getElementById('quincy-IL-prime-auto-finance'), mapOptions);}document.getElementById('51d67eb9').innerHTML += ' | View Map';var $l63923f49e5241343aa7acb6a06a751e7 = '

Prime Auto Finance

Address: 4929 Broadway St, Quincy, IL 62305, USA
Phone: (217) 228-3345
';var m_63923f49e5241343aa7acb6a06a751e7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Prime Auto Finance',});m_63923f49e5241343aa7acb6a06a751e7['infowindow'] = new google.maps.InfoWindow({content: $l63923f49e5241343aa7acb6a06a751e7});var infowindow = new google.maps.InfoWindow({content: $l63923f49e5241343aa7acb6a06a751e7});google.maps.event.addListener(m_63923f49e5241343aa7acb6a06a751e7, 'click', function() {infowindow.open(map,m_63923f49e5241343aa7acb6a06a751e7);});$marker.push(m_63923f49e5241343aa7acb6a06a751e7);}});}google.maps.event.addDomListener(window, 'load', initialize);