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.9142,-92.295)};var g_2053e40d0c6dcba1623a8a382fb2b6ea = new google.maps.Geocoder();g_2053e40d0c6dcba1623a8a382fb2b6ea.geocode( { 'address': "2909 Falling Leaf Ln, Columbia, MO 65201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-MO-united-credit-union---columbia').style.display = '';map = new google.maps.Map(document.getElementById('columbia-MO-united-credit-union---columbia'), mapOptions);}document.getElementById('b4bacb51').innerHTML += ' | View Map';var $l2053e40d0c6dcba1623a8a382fb2b6ea = '

United Credit Union - Columbia

Address: 2909 Falling Leaf Ln, Columbia, MO 65201, USA
Phone: (573) 442-6571
';var m_2053e40d0c6dcba1623a8a382fb2b6ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Credit Union - Columbia',});m_2053e40d0c6dcba1623a8a382fb2b6ea['infowindow'] = new google.maps.InfoWindow({content: $l2053e40d0c6dcba1623a8a382fb2b6ea});var infowindow = new google.maps.InfoWindow({content: $l2053e40d0c6dcba1623a8a382fb2b6ea});google.maps.event.addListener(m_2053e40d0c6dcba1623a8a382fb2b6ea, 'click', function() {infowindow.open(map,m_2053e40d0c6dcba1623a8a382fb2b6ea);});$marker.push(m_2053e40d0c6dcba1623a8a382fb2b6ea);}});}google.maps.event.addDomListener(window, 'load', initialize);