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.8502,-88.3378)};var g_416d2c4391e04ed3f46c0265506ea0bc = new google.maps.Geocoder();g_416d2c4391e04ed3f46c0265506ea0bc.geocode( { 'address': "1605 W Wilson St #108, Batavia, IL 60510, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('batavia-IL-just-credit-solutions').style.display = '';map = new google.maps.Map(document.getElementById('batavia-IL-just-credit-solutions'), mapOptions);}document.getElementById('49f55bb5').innerHTML += ' | View Map';var $l416d2c4391e04ed3f46c0265506ea0bc = '

Just Credit Solutions

Address: 1605 W Wilson St #108, Batavia, IL 60510, USA
Phone: (630) 208-0800
';var m_416d2c4391e04ed3f46c0265506ea0bc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Just Credit Solutions',});m_416d2c4391e04ed3f46c0265506ea0bc['infowindow'] = new google.maps.InfoWindow({content: $l416d2c4391e04ed3f46c0265506ea0bc});var infowindow = new google.maps.InfoWindow({content: $l416d2c4391e04ed3f46c0265506ea0bc});google.maps.event.addListener(m_416d2c4391e04ed3f46c0265506ea0bc, 'click', function() {infowindow.open(map,m_416d2c4391e04ed3f46c0265506ea0bc);});$marker.push(m_416d2c4391e04ed3f46c0265506ea0bc);}});}google.maps.event.addDomListener(window, 'load', initialize);