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.6882,-99.4731)};var g_453967200e1a3da44c065d694e98a58b = new google.maps.Geocoder();g_453967200e1a3da44c065d694e98a58b.geocode( { 'address': "301 N 11th St, Hammon, OK 73650"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hammon-OK-security-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('hammon-OK-security-state-bank'), mapOptions);}document.getElementById('85656588').innerHTML += ' | View Map';var $l453967200e1a3da44c065d694e98a58b = '

Security State Bank

Address: 301 N 11th St, Hammon, OK 73650
Phone: (580) 473-9151
';var m_453967200e1a3da44c065d694e98a58b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security State Bank',});m_453967200e1a3da44c065d694e98a58b['infowindow'] = new google.maps.InfoWindow({content: $l453967200e1a3da44c065d694e98a58b});var infowindow = new google.maps.InfoWindow({content: $l453967200e1a3da44c065d694e98a58b});google.maps.event.addListener(m_453967200e1a3da44c065d694e98a58b, 'click', function() {infowindow.open(map,m_453967200e1a3da44c065d694e98a58b);});$marker.push(m_453967200e1a3da44c065d694e98a58b);}});}google.maps.event.addDomListener(window, 'load', initialize);