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(38.5282,-89.1688)};var g_d035c3fb581a1e16aca8d25f3c96f853 = new google.maps.Geocoder();g_d035c3fb581a1e16aca8d25f3c96f853.geocode( { 'address': "1535 W Mccord St, Centralia, IL 62801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('centralia-IL-murray-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('centralia-IL-murray-employees-credit-union'), mapOptions);}document.getElementById('0782bf7f').innerHTML += ' | View Map';var $ld035c3fb581a1e16aca8d25f3c96f853 = '

Murray Employees Credit Union

Address: 1535 W Mccord St, Centralia, IL 62801, USA
Phone: (618) 533-1233
';var m_d035c3fb581a1e16aca8d25f3c96f853 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Murray Employees Credit Union',});m_d035c3fb581a1e16aca8d25f3c96f853['infowindow'] = new google.maps.InfoWindow({content: $ld035c3fb581a1e16aca8d25f3c96f853});var infowindow = new google.maps.InfoWindow({content: $ld035c3fb581a1e16aca8d25f3c96f853});google.maps.event.addListener(m_d035c3fb581a1e16aca8d25f3c96f853, 'click', function() {infowindow.open(map,m_d035c3fb581a1e16aca8d25f3c96f853);});$marker.push(m_d035c3fb581a1e16aca8d25f3c96f853);}});}google.maps.event.addDomListener(window, 'load', initialize);