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.1111,-89.6432)};var g_9cc1c015c32f74bcbd1c315c445b89ef = new google.maps.Geocoder();g_9cc1c015c32f74bcbd1c315c445b89ef.geocode( { 'address': "2535 Main St, Cross Plains, WI 53528, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cross-plains-WI-atm-state-bank-of-cross-plains').style.display = '';map = new google.maps.Map(document.getElementById('cross-plains-WI-atm-state-bank-of-cross-plains'), mapOptions);}document.getElementById('1e1411a5').innerHTML += ' | View Map';var $l9cc1c015c32f74bcbd1c315c445b89ef = '

ATM State Bank of Cross Plains

Address: 2535 Main St, Cross Plains, WI 53528, USA
Phone: (800) 627-3999
';var m_9cc1c015c32f74bcbd1c315c445b89ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM State Bank of Cross Plains',});m_9cc1c015c32f74bcbd1c315c445b89ef['infowindow'] = new google.maps.InfoWindow({content: $l9cc1c015c32f74bcbd1c315c445b89ef});var infowindow = new google.maps.InfoWindow({content: $l9cc1c015c32f74bcbd1c315c445b89ef});google.maps.event.addListener(m_9cc1c015c32f74bcbd1c315c445b89ef, 'click', function() {infowindow.open(map,m_9cc1c015c32f74bcbd1c315c445b89ef);});$marker.push(m_9cc1c015c32f74bcbd1c315c445b89ef);}});}google.maps.event.addDomListener(window, 'load', initialize);