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.2304,-95.7596)};var g_374cdd2c645de8ff5a62b707566c4568 = new google.maps.Geocoder();g_374cdd2c645de8ff5a62b707566c4568.geocode( { 'address': "5220 OK-167, Catoosa, OK 74015, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('catoosa-OK-oklahoma-central-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('catoosa-OK-oklahoma-central-credit-union'), mapOptions);}document.getElementById('83c7f7af').innerHTML += ' | View Map';var $l374cdd2c645de8ff5a62b707566c4568 = '

Oklahoma Central Credit Union

Address: 5220 OK-167, Catoosa, OK 74015, USA
Phone: (918) 664-6000
';var m_374cdd2c645de8ff5a62b707566c4568 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oklahoma Central Credit Union',});m_374cdd2c645de8ff5a62b707566c4568['infowindow'] = new google.maps.InfoWindow({content: $l374cdd2c645de8ff5a62b707566c4568});var infowindow = new google.maps.InfoWindow({content: $l374cdd2c645de8ff5a62b707566c4568});google.maps.event.addListener(m_374cdd2c645de8ff5a62b707566c4568, 'click', function() {infowindow.open(map,m_374cdd2c645de8ff5a62b707566c4568);});$marker.push(m_374cdd2c645de8ff5a62b707566c4568);}});}google.maps.event.addDomListener(window, 'load', initialize);