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.8644,-72.8632)};var g_f6bb6461bde6f86cbc3fc799dad8d0ef = new google.maps.Geocoder();g_f6bb6461bde6f86cbc3fc799dad8d0ef.geocode( { 'address': "97 E Main St, Wilmington, VT 05363, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wilmington-VT-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('wilmington-VT-moneygram'), mapOptions);}document.getElementById('2a6ce02d').innerHTML += ' | View Map';var $lf6bb6461bde6f86cbc3fc799dad8d0ef = '

MoneyGram

Address: 97 E Main St, Wilmington, VT 05363, USA
Phone: (802) 464-2161
';var m_f6bb6461bde6f86cbc3fc799dad8d0ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_f6bb6461bde6f86cbc3fc799dad8d0ef['infowindow'] = new google.maps.InfoWindow({content: $lf6bb6461bde6f86cbc3fc799dad8d0ef});var infowindow = new google.maps.InfoWindow({content: $lf6bb6461bde6f86cbc3fc799dad8d0ef});google.maps.event.addListener(m_f6bb6461bde6f86cbc3fc799dad8d0ef, 'click', function() {infowindow.open(map,m_f6bb6461bde6f86cbc3fc799dad8d0ef);});$marker.push(m_f6bb6461bde6f86cbc3fc799dad8d0ef);}});}google.maps.event.addDomListener(window, 'load', initialize);