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.057,-89.5269)};var g_70bc4b543b0d1b99cc32790fb4875d91 = new google.maps.Geocoder();g_70bc4b543b0d1b99cc32790fb4875d91.geocode( { 'address': "455 Co Rd M, Madison, WI 53719, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-WI-atm-state-bank-of-cross-plains').style.display = '';map = new google.maps.Map(document.getElementById('madison-WI-atm-state-bank-of-cross-plains'), mapOptions);}document.getElementById('6e912a7d').innerHTML += ' | View Map';var $l70bc4b543b0d1b99cc32790fb4875d91 = '

ATM State Bank of Cross Plains

Address: 455 Co Rd M, Madison, WI 53719, USA
Phone: (800) 627-3999
';var m_70bc4b543b0d1b99cc32790fb4875d91 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM State Bank of Cross Plains',});m_70bc4b543b0d1b99cc32790fb4875d91['infowindow'] = new google.maps.InfoWindow({content: $l70bc4b543b0d1b99cc32790fb4875d91});var infowindow = new google.maps.InfoWindow({content: $l70bc4b543b0d1b99cc32790fb4875d91});google.maps.event.addListener(m_70bc4b543b0d1b99cc32790fb4875d91, 'click', function() {infowindow.open(map,m_70bc4b543b0d1b99cc32790fb4875d91);});$marker.push(m_70bc4b543b0d1b99cc32790fb4875d91);}});}google.maps.event.addDomListener(window, 'load', initialize);