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(43.6182,-75.367)};var g_b9bcf6adcbe34a6e34dc00aaa3053ae7 = new google.maps.Geocoder();g_b9bcf6adcbe34a6e34dc00aaa3053ae7.geocode( { 'address': "6804 McAlpine St, Lyons Falls, NY 13368, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lyons-falls-NY-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('lyons-falls-NY-moneygram'), mapOptions);}document.getElementById('a8cb9198').innerHTML += ' | View Map';var $lb9bcf6adcbe34a6e34dc00aaa3053ae7 = '

MoneyGram

Address: 6804 McAlpine St, Lyons Falls, NY 13368, USA
Phone: (315) 348-6899
';var m_b9bcf6adcbe34a6e34dc00aaa3053ae7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_b9bcf6adcbe34a6e34dc00aaa3053ae7['infowindow'] = new google.maps.InfoWindow({content: $lb9bcf6adcbe34a6e34dc00aaa3053ae7});var infowindow = new google.maps.InfoWindow({content: $lb9bcf6adcbe34a6e34dc00aaa3053ae7});google.maps.event.addListener(m_b9bcf6adcbe34a6e34dc00aaa3053ae7, 'click', function() {infowindow.open(map,m_b9bcf6adcbe34a6e34dc00aaa3053ae7);});$marker.push(m_b9bcf6adcbe34a6e34dc00aaa3053ae7);}});}google.maps.event.addDomListener(window, 'load', initialize);