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.2449,-87.6673)};var g_f1d13313db4b10f989447b765ea5f4ff = new google.maps.Geocoder();g_f1d13313db4b10f989447b765ea5f4ff.geocode( { 'address': "405 IL-1, West Union, IL 62477, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-union-IL-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('west-union-IL-shazam-atm'), mapOptions);}document.getElementById('d15d32b7').innerHTML += ' | View Map';var $lf1d13313db4b10f989447b765ea5f4ff = '

Shazam Atm

Address: 405 IL-1, West Union, IL 62477, USA
Phone:
';var m_f1d13313db4b10f989447b765ea5f4ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_f1d13313db4b10f989447b765ea5f4ff['infowindow'] = new google.maps.InfoWindow({content: $lf1d13313db4b10f989447b765ea5f4ff});var infowindow = new google.maps.InfoWindow({content: $lf1d13313db4b10f989447b765ea5f4ff});google.maps.event.addListener(m_f1d13313db4b10f989447b765ea5f4ff, 'click', function() {infowindow.open(map,m_f1d13313db4b10f989447b765ea5f4ff);});$marker.push(m_f1d13313db4b10f989447b765ea5f4ff);}});}google.maps.event.addDomListener(window, 'load', initialize);