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.7982,-100.795)};var g_2662080fb289bcaafd930f1112df9529 = new google.maps.Geocoder();g_2662080fb289bcaafd930f1112df9529.geocode( { 'address': "710 S Washington St, Bismarck, ND 58504, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bismarck-ND-atm-bremer-bank-na').style.display = '';map = new google.maps.Map(document.getElementById('bismarck-ND-atm-bremer-bank-na'), mapOptions);}document.getElementById('00f2178b').innerHTML += ' | View Map';var $l2662080fb289bcaafd930f1112df9529 = '

ATM Bremer Bank Na

Address: 710 S Washington St, Bismarck, ND 58504, USA
Phone: (800) 627-3999
';var m_2662080fb289bcaafd930f1112df9529 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM Bremer Bank Na',});m_2662080fb289bcaafd930f1112df9529['infowindow'] = new google.maps.InfoWindow({content: $l2662080fb289bcaafd930f1112df9529});var infowindow = new google.maps.InfoWindow({content: $l2662080fb289bcaafd930f1112df9529});google.maps.event.addListener(m_2662080fb289bcaafd930f1112df9529, 'click', function() {infowindow.open(map,m_2662080fb289bcaafd930f1112df9529);});$marker.push(m_2662080fb289bcaafd930f1112df9529);}});}google.maps.event.addDomListener(window, 'load', initialize);