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.1966,-93.2105)};var g_53a760b6668b8d94493cd86545c98eab = new google.maps.Geocoder();g_53a760b6668b8d94493cd86545c98eab.geocode( { 'address': "2345 124th Ct NE, Blaine, MN 55449, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blaine-MN-premier-banks-blaine').style.display = '';map = new google.maps.Map(document.getElementById('blaine-MN-premier-banks-blaine'), mapOptions);}document.getElementById('48e0ed8d').innerHTML += ' | View Map';var $l53a760b6668b8d94493cd86545c98eab = '

Premier Banks Blaine

Address: 2345 124th Ct NE, Blaine, MN 55449, USA
Phone: (763) 780-0385
';var m_53a760b6668b8d94493cd86545c98eab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Premier Banks Blaine',});m_53a760b6668b8d94493cd86545c98eab['infowindow'] = new google.maps.InfoWindow({content: $l53a760b6668b8d94493cd86545c98eab});var infowindow = new google.maps.InfoWindow({content: $l53a760b6668b8d94493cd86545c98eab});google.maps.event.addListener(m_53a760b6668b8d94493cd86545c98eab, 'click', function() {infowindow.open(map,m_53a760b6668b8d94493cd86545c98eab);});$marker.push(m_53a760b6668b8d94493cd86545c98eab);}});}google.maps.event.addDomListener(window, 'load', initialize);