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(45.8848,-95.3837)};var g_58bb56b4f4b027066cdca0dd1b8d8d35 = new google.maps.Geocoder();g_58bb56b4f4b027066cdca0dd1b8d8d35.geocode( { 'address': "700 Cedar St # 7, Alexandria, MN 56308, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-MN-payee-central').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-MN-payee-central'), mapOptions);}document.getElementById('6c4f978b').innerHTML += ' | View Map';var $l58bb56b4f4b027066cdca0dd1b8d8d35 = '

Payee Central

Address: 700 Cedar St # 7, Alexandria, MN 56308, USA
Phone: (320) 763-4943
';var m_58bb56b4f4b027066cdca0dd1b8d8d35 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Payee Central',});m_58bb56b4f4b027066cdca0dd1b8d8d35['infowindow'] = new google.maps.InfoWindow({content: $l58bb56b4f4b027066cdca0dd1b8d8d35});var infowindow = new google.maps.InfoWindow({content: $l58bb56b4f4b027066cdca0dd1b8d8d35});google.maps.event.addListener(m_58bb56b4f4b027066cdca0dd1b8d8d35, 'click', function() {infowindow.open(map,m_58bb56b4f4b027066cdca0dd1b8d8d35);});$marker.push(m_58bb56b4f4b027066cdca0dd1b8d8d35);}});}google.maps.event.addDomListener(window, 'load', initialize);