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(42.692,-87.8148)};var g_ed9589f34c27a9b50a72f4840e51e472 = new google.maps.Geocoder();g_ed9589f34c27a9b50a72f4840e51e472.geocode( { 'address': "5220 Washington Ave, Racine, WI 53406"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('racine-WI-southport-bank').style.display = '';map = new google.maps.Map(document.getElementById('racine-WI-southport-bank'), mapOptions);}document.getElementById('4c1119b0').innerHTML += ' | View Map';var $led9589f34c27a9b50a72f4840e51e472 = '

Southport Bank

Address: 5220 Washington Ave, Racine, WI 53406
Phone: (262) 638-1111
';var m_ed9589f34c27a9b50a72f4840e51e472 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southport Bank',});m_ed9589f34c27a9b50a72f4840e51e472['infowindow'] = new google.maps.InfoWindow({content: $led9589f34c27a9b50a72f4840e51e472});var infowindow = new google.maps.InfoWindow({content: $led9589f34c27a9b50a72f4840e51e472});google.maps.event.addListener(m_ed9589f34c27a9b50a72f4840e51e472, 'click', function() {infowindow.open(map,m_ed9589f34c27a9b50a72f4840e51e472);});$marker.push(m_ed9589f34c27a9b50a72f4840e51e472);}});}google.maps.event.addDomListener(window, 'load', initialize);