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.7509,-92.412)};var g_1684dd5a08a812c8682bde2b13a33c0f = new google.maps.Geocoder();g_1684dd5a08a812c8682bde2b13a33c0f.geocode( { 'address': "301 E Franklin St, Bloomfield, IA 52537, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bloomfield-IA-community-1st-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('bloomfield-IA-community-1st-credit-union'), mapOptions);}document.getElementById('5bdc4754').innerHTML += ' | View Map';var $l1684dd5a08a812c8682bde2b13a33c0f = '

Community 1st Credit Union

Address: 301 E Franklin St, Bloomfield, IA 52537, USA
Phone: (641) 664-2885
';var m_1684dd5a08a812c8682bde2b13a33c0f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community 1st Credit Union',});m_1684dd5a08a812c8682bde2b13a33c0f['infowindow'] = new google.maps.InfoWindow({content: $l1684dd5a08a812c8682bde2b13a33c0f});var infowindow = new google.maps.InfoWindow({content: $l1684dd5a08a812c8682bde2b13a33c0f});google.maps.event.addListener(m_1684dd5a08a812c8682bde2b13a33c0f, 'click', function() {infowindow.open(map,m_1684dd5a08a812c8682bde2b13a33c0f);});$marker.push(m_1684dd5a08a812c8682bde2b13a33c0f);}});}google.maps.event.addDomListener(window, 'load', initialize);