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(34.6537,-98.4059)};var g_2a5e1c52752a71a87c5c2cc5d594dfc0 = new google.maps.Geocoder();g_2a5e1c52752a71a87c5c2cc5d594dfc0.geocode( { 'address': "4116 Thomas St, Fort Sill, OK 73503, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-sill-OK-fort-sill-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fort-sill-OK-fort-sill-federal-credit-union'), mapOptions);}document.getElementById('659d908d').innerHTML += ' | View Map';var $l2a5e1c52752a71a87c5c2cc5d594dfc0 = '

Fort Sill Federal Credit Union

Address: 4116 Thomas St, Fort Sill, OK 73503, USA
Phone: (580) 353-2124
';var m_2a5e1c52752a71a87c5c2cc5d594dfc0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fort Sill Federal Credit Union',});m_2a5e1c52752a71a87c5c2cc5d594dfc0['infowindow'] = new google.maps.InfoWindow({content: $l2a5e1c52752a71a87c5c2cc5d594dfc0});var infowindow = new google.maps.InfoWindow({content: $l2a5e1c52752a71a87c5c2cc5d594dfc0});google.maps.event.addListener(m_2a5e1c52752a71a87c5c2cc5d594dfc0, 'click', function() {infowindow.open(map,m_2a5e1c52752a71a87c5c2cc5d594dfc0);});$marker.push(m_2a5e1c52752a71a87c5c2cc5d594dfc0);}});}google.maps.event.addDomListener(window, 'load', initialize);