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(33.5231,-111.907)};var g_0a40e2220dbcc3135ace62ef04bc5554 = new google.maps.Geocoder();g_0a40e2220dbcc3135ace62ef04bc5554.geocode( { 'address': "17045 N Scottsdale Rd, Scottsdale, AZ 85255"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottsdale-AZ-alerus-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('scottsdale-AZ-alerus-financial-bank'), mapOptions);}document.getElementById('6a948248').innerHTML += ' | View Map';var $l0a40e2220dbcc3135ace62ef04bc5554 = '

Alerus Financial Bank

Address: 17045 N Scottsdale Rd, Scottsdale, AZ 85255
Phone: (480) 905-2400
';var m_0a40e2220dbcc3135ace62ef04bc5554 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alerus Financial Bank',});m_0a40e2220dbcc3135ace62ef04bc5554['infowindow'] = new google.maps.InfoWindow({content: $l0a40e2220dbcc3135ace62ef04bc5554});var infowindow = new google.maps.InfoWindow({content: $l0a40e2220dbcc3135ace62ef04bc5554});google.maps.event.addListener(m_0a40e2220dbcc3135ace62ef04bc5554, 'click', function() {infowindow.open(map,m_0a40e2220dbcc3135ace62ef04bc5554);});$marker.push(m_0a40e2220dbcc3135ace62ef04bc5554);}});}google.maps.event.addDomListener(window, 'load', initialize);