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(40.4763,-84.6312)};var g_de2a35e78a80fd8380ed45dcb56b7337 = new google.maps.Geocoder();g_de2a35e78a80fd8380ed45dcb56b7337.geocode( { 'address': "300 W Sycamore St, Coldwater, OH 45828, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coldwater-OH-first-choice-credit-union-inc').style.display = '';map = new google.maps.Map(document.getElementById('coldwater-OH-first-choice-credit-union-inc'), mapOptions);}document.getElementById('0439f6b3').innerHTML += ' | View Map';var $lde2a35e78a80fd8380ed45dcb56b7337 = '

First Choice Credit Union Inc

Address: 300 W Sycamore St, Coldwater, OH 45828, USA
Phone: (419) 678-3335
';var m_de2a35e78a80fd8380ed45dcb56b7337 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Choice Credit Union Inc',});m_de2a35e78a80fd8380ed45dcb56b7337['infowindow'] = new google.maps.InfoWindow({content: $lde2a35e78a80fd8380ed45dcb56b7337});var infowindow = new google.maps.InfoWindow({content: $lde2a35e78a80fd8380ed45dcb56b7337});google.maps.event.addListener(m_de2a35e78a80fd8380ed45dcb56b7337, 'click', function() {infowindow.open(map,m_de2a35e78a80fd8380ed45dcb56b7337);});$marker.push(m_de2a35e78a80fd8380ed45dcb56b7337);}});}google.maps.event.addDomListener(window, 'load', initialize);