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_ffb62e599a242d884f190635fd4bfd61 = new google.maps.Geocoder();g_ffb62e599a242d884f190635fd4bfd61.geocode( { 'address': "2001 Killebrew Dr, Bloomington, MN 55425"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bloomington-MN-independent-community-bankers').style.display = '';map = new google.maps.Map(document.getElementById('bloomington-MN-independent-community-bankers'), mapOptions);}document.getElementById('1418396c').innerHTML += ' | View Map';var $lffb62e599a242d884f190635fd4bfd61 = '

Independent Community Bankers

Address: 2001 Killebrew Dr, Bloomington, MN 55425
Phone: (952) 855-7080
';var m_ffb62e599a242d884f190635fd4bfd61 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Independent Community Bankers',});m_ffb62e599a242d884f190635fd4bfd61['infowindow'] = new google.maps.InfoWindow({content: $lffb62e599a242d884f190635fd4bfd61});var infowindow = new google.maps.InfoWindow({content: $lffb62e599a242d884f190635fd4bfd61});google.maps.event.addListener(m_ffb62e599a242d884f190635fd4bfd61, 'click', function() {infowindow.open(map,m_ffb62e599a242d884f190635fd4bfd61);});$marker.push(m_ffb62e599a242d884f190635fd4bfd61);}});}google.maps.event.addDomListener(window, 'load', initialize);