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.3996,-91.8516)};var g_66b6ce05f3da543dd3e67c8ab0684504 = new google.maps.Geocoder();g_66b6ce05f3da543dd3e67c8ab0684504.geocode( { 'address': "436 E La Salle Ave, Barron, WI 54812, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('barron-WI-ccf-bank').style.display = '';map = new google.maps.Map(document.getElementById('barron-WI-ccf-bank'), mapOptions);}document.getElementById('e2aac0c1').innerHTML += ' | View Map';var $l66b6ce05f3da543dd3e67c8ab0684504 = '

CCF Bank

Address: 436 E La Salle Ave, Barron, WI 54812, USA
Phone: (715) 537-5681
';var m_66b6ce05f3da543dd3e67c8ab0684504 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CCF Bank',});m_66b6ce05f3da543dd3e67c8ab0684504['infowindow'] = new google.maps.InfoWindow({content: $l66b6ce05f3da543dd3e67c8ab0684504});var infowindow = new google.maps.InfoWindow({content: $l66b6ce05f3da543dd3e67c8ab0684504});google.maps.event.addListener(m_66b6ce05f3da543dd3e67c8ab0684504, 'click', function() {infowindow.open(map,m_66b6ce05f3da543dd3e67c8ab0684504);});$marker.push(m_66b6ce05f3da543dd3e67c8ab0684504);}});}google.maps.event.addDomListener(window, 'load', initialize);