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(43.0649,-88.1045)};var g_df263d996281d984952c07998dc54358 = new google.maps.Geocoder();g_df263d996281d984952c07998dc54358.geocode( { 'address': "200 Regency CT, Brookfield, WI 53045"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brookfield-WI-home-state-bank-na').style.display = '';map = new google.maps.Map(document.getElementById('brookfield-WI-home-state-bank-na'), mapOptions);}document.getElementById('20f0ad12').innerHTML += ' | View Map';var $ldf263d996281d984952c07998dc54358 = '

Home State Bank Na

Address: 200 Regency CT, Brookfield, WI 53045
Phone: (262) 754-6080
';var m_df263d996281d984952c07998dc54358 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home State Bank Na',});m_df263d996281d984952c07998dc54358['infowindow'] = new google.maps.InfoWindow({content: $ldf263d996281d984952c07998dc54358});var infowindow = new google.maps.InfoWindow({content: $ldf263d996281d984952c07998dc54358});google.maps.event.addListener(m_df263d996281d984952c07998dc54358, 'click', function() {infowindow.open(map,m_df263d996281d984952c07998dc54358);});$marker.push(m_df263d996281d984952c07998dc54358);}});}google.maps.event.addDomListener(window, 'load', initialize);