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(42.1624,-78.9724)};var g_b5e17c753d2ee497cdb8683eb980a3cc = new google.maps.Geocoder();g_b5e17c753d2ee497cdb8683eb980a3cc.geocode( { 'address': "61 Main St, Randolph, NY 14772, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('randolph-NY-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('randolph-NY-moneygram'), mapOptions);}document.getElementById('a7ebe7bc').innerHTML += ' | View Map';var $lb5e17c753d2ee497cdb8683eb980a3cc = '

MoneyGram

Address: 61 Main St, Randolph, NY 14772, USA
Phone: (716) 358-3819
';var m_b5e17c753d2ee497cdb8683eb980a3cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_b5e17c753d2ee497cdb8683eb980a3cc['infowindow'] = new google.maps.InfoWindow({content: $lb5e17c753d2ee497cdb8683eb980a3cc});var infowindow = new google.maps.InfoWindow({content: $lb5e17c753d2ee497cdb8683eb980a3cc});google.maps.event.addListener(m_b5e17c753d2ee497cdb8683eb980a3cc, 'click', function() {infowindow.open(map,m_b5e17c753d2ee497cdb8683eb980a3cc);});$marker.push(m_b5e17c753d2ee497cdb8683eb980a3cc);}});}google.maps.event.addDomListener(window, 'load', initialize);