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(46.8334,-96.8222)};var g_42835c079b8db43cb2fb41bd806c1153 = new google.maps.Geocoder();g_42835c079b8db43cb2fb41bd806c1153.geocode( { 'address': "3175 25th St S, Fargo, ND 58103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fargo-ND-atm-holiday-stationstores').style.display = '';map = new google.maps.Map(document.getElementById('fargo-ND-atm-holiday-stationstores'), mapOptions);}document.getElementById('2948f1a6').innerHTML += ' | View Map';var $l42835c079b8db43cb2fb41bd806c1153 = '

ATM (Holiday Stationstores)

Address: 3175 25th St S, Fargo, ND 58103, USA
Phone:
';var m_42835c079b8db43cb2fb41bd806c1153 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Holiday Stationstores)',});m_42835c079b8db43cb2fb41bd806c1153['infowindow'] = new google.maps.InfoWindow({content: $l42835c079b8db43cb2fb41bd806c1153});var infowindow = new google.maps.InfoWindow({content: $l42835c079b8db43cb2fb41bd806c1153});google.maps.event.addListener(m_42835c079b8db43cb2fb41bd806c1153, 'click', function() {infowindow.open(map,m_42835c079b8db43cb2fb41bd806c1153);});$marker.push(m_42835c079b8db43cb2fb41bd806c1153);}});}google.maps.event.addDomListener(window, 'load', initialize);