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(38.9114,-92.3256)};var g_e17fdb12d20b8b9cc8a1aae0255da728 = new google.maps.Geocoder();g_e17fdb12d20b8b9cc8a1aae0255da728.geocode( { 'address': "1105 Grindstone Pkwy # 107, Columbia, MO 65201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-MO-river-region-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('columbia-MO-river-region-credit-union'), mapOptions);}document.getElementById('8410357a').innerHTML += ' | View Map';var $le17fdb12d20b8b9cc8a1aae0255da728 = '

River Region Credit Union

Address: 1105 Grindstone Pkwy # 107, Columbia, MO 65201, USA
Phone: (573) 442-1444
';var m_e17fdb12d20b8b9cc8a1aae0255da728 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'River Region Credit Union',});m_e17fdb12d20b8b9cc8a1aae0255da728['infowindow'] = new google.maps.InfoWindow({content: $le17fdb12d20b8b9cc8a1aae0255da728});var infowindow = new google.maps.InfoWindow({content: $le17fdb12d20b8b9cc8a1aae0255da728});google.maps.event.addListener(m_e17fdb12d20b8b9cc8a1aae0255da728, 'click', function() {infowindow.open(map,m_e17fdb12d20b8b9cc8a1aae0255da728);});$marker.push(m_e17fdb12d20b8b9cc8a1aae0255da728);}});}google.maps.event.addDomListener(window, 'load', initialize);