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(41.8968,-87.8722)};var g_df4940468534f2c23ad26a7e9c1aba46 = new google.maps.Geocoder();g_df4940468534f2c23ad26a7e9c1aba46.geocode( { 'address': "3113 W Lake St, Melrose Park, IL 60160, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('melrose-park-IL-melrose-auto-credit').style.display = '';map = new google.maps.Map(document.getElementById('melrose-park-IL-melrose-auto-credit'), mapOptions);}document.getElementById('e396f56a').innerHTML += ' | View Map';var $ldf4940468534f2c23ad26a7e9c1aba46 = '

Melrose Auto Credit

Address: 3113 W Lake St, Melrose Park, IL 60160, USA
Phone: (708) 397-5588
';var m_df4940468534f2c23ad26a7e9c1aba46 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Melrose Auto Credit',});m_df4940468534f2c23ad26a7e9c1aba46['infowindow'] = new google.maps.InfoWindow({content: $ldf4940468534f2c23ad26a7e9c1aba46});var infowindow = new google.maps.InfoWindow({content: $ldf4940468534f2c23ad26a7e9c1aba46});google.maps.event.addListener(m_df4940468534f2c23ad26a7e9c1aba46, 'click', function() {infowindow.open(map,m_df4940468534f2c23ad26a7e9c1aba46);});$marker.push(m_df4940468534f2c23ad26a7e9c1aba46);}});}google.maps.event.addDomListener(window, 'load', initialize);