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(45.1267,-94.527)};var g_2c0f42a1d01e356647ce4f248a341c86 = new google.maps.Geocoder();g_2c0f42a1d01e356647ce4f248a341c86.geocode( { 'address': "301 N Ramsey Ave, Litchfield, MN 55355"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('litchfield-MN-center-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('litchfield-MN-center-national-bank'), mapOptions);}document.getElementById('e1aed176').innerHTML += ' | View Map';var $l2c0f42a1d01e356647ce4f248a341c86 = '

Center National Bank

Address: 301 N Ramsey Ave, Litchfield, MN 55355
Phone: (320) 693-3255
';var m_2c0f42a1d01e356647ce4f248a341c86 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Center National Bank',});m_2c0f42a1d01e356647ce4f248a341c86['infowindow'] = new google.maps.InfoWindow({content: $l2c0f42a1d01e356647ce4f248a341c86});var infowindow = new google.maps.InfoWindow({content: $l2c0f42a1d01e356647ce4f248a341c86});google.maps.event.addListener(m_2c0f42a1d01e356647ce4f248a341c86, 'click', function() {infowindow.open(map,m_2c0f42a1d01e356647ce4f248a341c86);});$marker.push(m_2c0f42a1d01e356647ce4f248a341c86);}});}google.maps.event.addDomListener(window, 'load', initialize);