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(44.9848,-93.2702)};var g_5ed870badb197fa99f6229c49872c1b8 = new google.maps.Geocoder();g_5ed870badb197fa99f6229c49872c1b8.geocode( { 'address': "14300 34th Ave N, Minneapolis, MN 55447"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('minneapolis-MN-brand-bank').style.display = '';map = new google.maps.Map(document.getElementById('minneapolis-MN-brand-bank'), mapOptions);}document.getElementById('99e287e3').innerHTML += ' | View Map';var $l5ed870badb197fa99f6229c49872c1b8 = '

Brand Bank

Address: 14300 34th Ave N, Minneapolis, MN 55447
Phone: (763) 273-1793
';var m_5ed870badb197fa99f6229c49872c1b8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Brand Bank',});m_5ed870badb197fa99f6229c49872c1b8['infowindow'] = new google.maps.InfoWindow({content: $l5ed870badb197fa99f6229c49872c1b8});var infowindow = new google.maps.InfoWindow({content: $l5ed870badb197fa99f6229c49872c1b8});google.maps.event.addListener(m_5ed870badb197fa99f6229c49872c1b8, 'click', function() {infowindow.open(map,m_5ed870badb197fa99f6229c49872c1b8);});$marker.push(m_5ed870badb197fa99f6229c49872c1b8);}});}google.maps.event.addDomListener(window, 'load', initialize);