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.4982,-87.8607)};var g_e38d727ecdd5bd1591bb6f8ab47d38bd = new google.maps.Geocoder();g_e38d727ecdd5bd1591bb6f8ab47d38bd.geocode( { 'address': "545 Main St, Belgium, WI 53004"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belgium-WI-port-washington-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('belgium-WI-port-washington-state-bank'), mapOptions);}document.getElementById('1dec55db').innerHTML += ' | View Map';var $le38d727ecdd5bd1591bb6f8ab47d38bd = '

Port Washington State Bank

Address: 545 Main St, Belgium, WI 53004
Phone: (262) 285-3491
';var m_e38d727ecdd5bd1591bb6f8ab47d38bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Port Washington State Bank',});m_e38d727ecdd5bd1591bb6f8ab47d38bd['infowindow'] = new google.maps.InfoWindow({content: $le38d727ecdd5bd1591bb6f8ab47d38bd});var infowindow = new google.maps.InfoWindow({content: $le38d727ecdd5bd1591bb6f8ab47d38bd});google.maps.event.addListener(m_e38d727ecdd5bd1591bb6f8ab47d38bd, 'click', function() {infowindow.open(map,m_e38d727ecdd5bd1591bb6f8ab47d38bd);});$marker.push(m_e38d727ecdd5bd1591bb6f8ab47d38bd);}});}google.maps.event.addDomListener(window, 'load', initialize);