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()};var g_a076757bdbd32b5022fd5a8926fed09a = new google.maps.Geocoder();g_a076757bdbd32b5022fd5a8926fed09a.geocode( { 'address': "2866 White Bear Ave N, Maplewood, MN 55109"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('maplewood-MN-premier-bank').style.display = '';map = new google.maps.Map(document.getElementById('maplewood-MN-premier-bank'), mapOptions);}document.getElementById('1f41828d').innerHTML += ' | View Map';var $la076757bdbd32b5022fd5a8926fed09a = '

Premier Bank

Address: 2866 White Bear Ave N, Maplewood, MN 55109
Phone: (651) 777-7700
';var m_a076757bdbd32b5022fd5a8926fed09a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Premier Bank',});m_a076757bdbd32b5022fd5a8926fed09a['infowindow'] = new google.maps.InfoWindow({content: $la076757bdbd32b5022fd5a8926fed09a});var infowindow = new google.maps.InfoWindow({content: $la076757bdbd32b5022fd5a8926fed09a});google.maps.event.addListener(m_a076757bdbd32b5022fd5a8926fed09a, 'click', function() {infowindow.open(map,m_a076757bdbd32b5022fd5a8926fed09a);});$marker.push(m_a076757bdbd32b5022fd5a8926fed09a);}});}google.maps.event.addDomListener(window, 'load', initialize);