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(35.9976,-96.0992)};var g_a67c8c9a961b4182688768dd9ba015fe = new google.maps.Geocoder();g_a67c8c9a961b4182688768dd9ba015fe.geocode( { 'address': "100 S Mission St, Sapulpa, OK 74066, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sapulpa-OK-ttcu-the-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sapulpa-OK-ttcu-the-credit-union'), mapOptions);}document.getElementById('1348f474').innerHTML += ' | View Map';var $la67c8c9a961b4182688768dd9ba015fe = '

TTCU The Credit Union

Address: 100 S Mission St, Sapulpa, OK 74066, USA
Phone: (918) 749-8828
';var m_a67c8c9a961b4182688768dd9ba015fe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TTCU The Credit Union',});m_a67c8c9a961b4182688768dd9ba015fe['infowindow'] = new google.maps.InfoWindow({content: $la67c8c9a961b4182688768dd9ba015fe});var infowindow = new google.maps.InfoWindow({content: $la67c8c9a961b4182688768dd9ba015fe});google.maps.event.addListener(m_a67c8c9a961b4182688768dd9ba015fe, 'click', function() {infowindow.open(map,m_a67c8c9a961b4182688768dd9ba015fe);});$marker.push(m_a67c8c9a961b4182688768dd9ba015fe);}});}google.maps.event.addDomListener(window, 'load', initialize);