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.2432,-96.6718)};var g_f2b489efd726db529335e31c83509c73 = new google.maps.Geocoder();g_f2b489efd726db529335e31c83509c73.geocode( { 'address': "2221 N Milt Phillips Ave, Seminole, OK 74868, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seminole-OK-tinker-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('seminole-OK-tinker-federal-credit-union'), mapOptions);}document.getElementById('63f9c70a').innerHTML += ' | View Map';var $lf2b489efd726db529335e31c83509c73 = '

Tinker Federal Credit Union

Address: 2221 N Milt Phillips Ave, Seminole, OK 74868, USA
Phone: (405) 732-0324
';var m_f2b489efd726db529335e31c83509c73 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tinker Federal Credit Union',});m_f2b489efd726db529335e31c83509c73['infowindow'] = new google.maps.InfoWindow({content: $lf2b489efd726db529335e31c83509c73});var infowindow = new google.maps.InfoWindow({content: $lf2b489efd726db529335e31c83509c73});google.maps.event.addListener(m_f2b489efd726db529335e31c83509c73, 'click', function() {infowindow.open(map,m_f2b489efd726db529335e31c83509c73);});$marker.push(m_f2b489efd726db529335e31c83509c73);}});}google.maps.event.addDomListener(window, 'load', initialize);