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.6429,-99.327)};var g_1e4268fd66e5999df71142c71a4e212f = new google.maps.Geocoder();g_1e4268fd66e5999df71142c71a4e212f.geocode( { 'address': "111 Sequoyah Ln, Altus, OK 73521"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('altus-OK-stockmans-bank').style.display = '';map = new google.maps.Map(document.getElementById('altus-OK-stockmans-bank'), mapOptions);}document.getElementById('bd7629bd').innerHTML += ' | View Map';var $l1e4268fd66e5999df71142c71a4e212f = '

Stockmans Bank

Address: 111 Sequoyah Ln, Altus, OK 73521
Phone: (580) 480-0095
';var m_1e4268fd66e5999df71142c71a4e212f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stockmans Bank',});m_1e4268fd66e5999df71142c71a4e212f['infowindow'] = new google.maps.InfoWindow({content: $l1e4268fd66e5999df71142c71a4e212f});var infowindow = new google.maps.InfoWindow({content: $l1e4268fd66e5999df71142c71a4e212f});google.maps.event.addListener(m_1e4268fd66e5999df71142c71a4e212f, 'click', function() {infowindow.open(map,m_1e4268fd66e5999df71142c71a4e212f);});$marker.push(m_1e4268fd66e5999df71142c71a4e212f);}});}google.maps.event.addDomListener(window, 'load', initialize);