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.0282,-89.9485)};var g_596059d266f32a63144d67628a53db89 = new google.maps.Geocoder();g_596059d266f32a63144d67628a53db89.geocode( { 'address': "1281 Washington St, Bunker Hill, IL 62014, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bunker-hill-IL-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('bunker-hill-IL-moneygram'), mapOptions);}document.getElementById('3b4a5a17').innerHTML += ' | View Map';var $l596059d266f32a63144d67628a53db89 = '

MoneyGram

Address: 1281 Washington St, Bunker Hill, IL 62014, USA
Phone: (618) 585-6386
';var m_596059d266f32a63144d67628a53db89 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_596059d266f32a63144d67628a53db89['infowindow'] = new google.maps.InfoWindow({content: $l596059d266f32a63144d67628a53db89});var infowindow = new google.maps.InfoWindow({content: $l596059d266f32a63144d67628a53db89});google.maps.event.addListener(m_596059d266f32a63144d67628a53db89, 'click', function() {infowindow.open(map,m_596059d266f32a63144d67628a53db89);});$marker.push(m_596059d266f32a63144d67628a53db89);}});}google.maps.event.addDomListener(window, 'load', initialize);