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.21,-86.8662)};var g_ce7b9b331e6744b54d3b040a424d9be9 = new google.maps.Geocoder();g_ce7b9b331e6744b54d3b040a424d9be9.geocode( { 'address': "20 Industrial Park Rd, Ferdinand, IN 47532, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ferdinand-IN-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('ferdinand-IN-moneygram'), mapOptions);}document.getElementById('47cf82de').innerHTML += ' | View Map';var $lce7b9b331e6744b54d3b040a424d9be9 = '

MoneyGram

Address: 20 Industrial Park Rd, Ferdinand, IN 47532, USA
Phone: (401) 765-1500
';var m_ce7b9b331e6744b54d3b040a424d9be9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_ce7b9b331e6744b54d3b040a424d9be9['infowindow'] = new google.maps.InfoWindow({content: $lce7b9b331e6744b54d3b040a424d9be9});var infowindow = new google.maps.InfoWindow({content: $lce7b9b331e6744b54d3b040a424d9be9});google.maps.event.addListener(m_ce7b9b331e6744b54d3b040a424d9be9, 'click', function() {infowindow.open(map,m_ce7b9b331e6744b54d3b040a424d9be9);});$marker.push(m_ce7b9b331e6744b54d3b040a424d9be9);}});}google.maps.event.addDomListener(window, 'load', initialize);