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.7323,-90.4771)};var g_4572837cfa3489c4ef6c180ff21eb8ca = new google.maps.Geocoder();g_4572837cfa3489c4ef6c180ff21eb8ca.geocode( { 'address': "130 Mcgregor Plz, Platteville, WI 53818, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('platteville-WI-american-bank--trust-wi').style.display = '';map = new google.maps.Map(document.getElementById('platteville-WI-american-bank--trust-wi'), mapOptions);}document.getElementById('d071f482').innerHTML += ' | View Map';var $l4572837cfa3489c4ef6c180ff21eb8ca = '

American Bank & Trust WI

Address: 130 Mcgregor Plz, Platteville, WI 53818, USA
Phone: (608) 348-4300
';var m_4572837cfa3489c4ef6c180ff21eb8ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Bank & Trust WI',});m_4572837cfa3489c4ef6c180ff21eb8ca['infowindow'] = new google.maps.InfoWindow({content: $l4572837cfa3489c4ef6c180ff21eb8ca});var infowindow = new google.maps.InfoWindow({content: $l4572837cfa3489c4ef6c180ff21eb8ca});google.maps.event.addListener(m_4572837cfa3489c4ef6c180ff21eb8ca, 'click', function() {infowindow.open(map,m_4572837cfa3489c4ef6c180ff21eb8ca);});$marker.push(m_4572837cfa3489c4ef6c180ff21eb8ca);}});}google.maps.event.addDomListener(window, 'load', initialize);