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.6523,-93.2472)};var g_1a83ffabffa37753d307a0e4a2dd8baa = new google.maps.Geocoder();g_1a83ffabffa37753d307a0e4a2dd8baa.geocode( { 'address': "16669 Javelin Ave, Lakeville, MN 55044"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lakeville-MN-commerce-bank').style.display = '';map = new google.maps.Map(document.getElementById('lakeville-MN-commerce-bank'), mapOptions);}document.getElementById('3b5d2136').innerHTML += ' | View Map';var $l1a83ffabffa37753d307a0e4a2dd8baa = '

Commerce Bank

Address: 16669 Javelin Ave, Lakeville, MN 55044
Phone: (952) 378-4006
';var m_1a83ffabffa37753d307a0e4a2dd8baa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commerce Bank',});m_1a83ffabffa37753d307a0e4a2dd8baa['infowindow'] = new google.maps.InfoWindow({content: $l1a83ffabffa37753d307a0e4a2dd8baa});var infowindow = new google.maps.InfoWindow({content: $l1a83ffabffa37753d307a0e4a2dd8baa});google.maps.event.addListener(m_1a83ffabffa37753d307a0e4a2dd8baa, 'click', function() {infowindow.open(map,m_1a83ffabffa37753d307a0e4a2dd8baa);});$marker.push(m_1a83ffabffa37753d307a0e4a2dd8baa);}});}google.maps.event.addDomListener(window, 'load', initialize);