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(41.1652,-85.4918)};var g_30df0cec0b9d42f4e6d741a2823ad06b = new google.maps.Geocoder();g_30df0cec0b9d42f4e6d741a2823ad06b.geocode( { 'address': "N Line St, Columbia City, IN 46725, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-city-IN-weatherhead-federal-credit').style.display = '';map = new google.maps.Map(document.getElementById('columbia-city-IN-weatherhead-federal-credit'), mapOptions);}document.getElementById('73c14e45').innerHTML += ' | View Map';var $l30df0cec0b9d42f4e6d741a2823ad06b = '

Weatherhead Federal Credit

Address: N Line St, Columbia City, IN 46725, USA
Phone: (260) 248-8309
';var m_30df0cec0b9d42f4e6d741a2823ad06b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Weatherhead Federal Credit',});m_30df0cec0b9d42f4e6d741a2823ad06b['infowindow'] = new google.maps.InfoWindow({content: $l30df0cec0b9d42f4e6d741a2823ad06b});var infowindow = new google.maps.InfoWindow({content: $l30df0cec0b9d42f4e6d741a2823ad06b});google.maps.event.addListener(m_30df0cec0b9d42f4e6d741a2823ad06b, 'click', function() {infowindow.open(map,m_30df0cec0b9d42f4e6d741a2823ad06b);});$marker.push(m_30df0cec0b9d42f4e6d741a2823ad06b);}});}google.maps.event.addDomListener(window, 'load', initialize);