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(36.2876,-95.6336)};var g_e0daea4d341688039c558c0095b9a30f = new google.maps.Geocoder();g_e0daea4d341688039c558c0095b9a30f.geocode( { 'address': "1800 OK-66, Claremore, OK 74019, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('claremore-OK-ttcu-the-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('claremore-OK-ttcu-the-credit-union'), mapOptions);}document.getElementById('aab4a6e6').innerHTML += ' | View Map';var $le0daea4d341688039c558c0095b9a30f = '

TTCU The Credit Union

Address: 1800 OK-66, Claremore, OK 74019, USA
Phone: (918) 749-8828
';var m_e0daea4d341688039c558c0095b9a30f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TTCU The Credit Union',});m_e0daea4d341688039c558c0095b9a30f['infowindow'] = new google.maps.InfoWindow({content: $le0daea4d341688039c558c0095b9a30f});var infowindow = new google.maps.InfoWindow({content: $le0daea4d341688039c558c0095b9a30f});google.maps.event.addListener(m_e0daea4d341688039c558c0095b9a30f, 'click', function() {infowindow.open(map,m_e0daea4d341688039c558c0095b9a30f);});$marker.push(m_e0daea4d341688039c558c0095b9a30f);}});}google.maps.event.addDomListener(window, 'load', initialize);