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.8801,-94.8743)};var g_8722c8f495dcee23f39d5519735e1f71 = new google.maps.Geocoder();g_8722c8f495dcee23f39d5519735e1f71.geocode( { 'address': "2200 N Main St, Miami, OK 74354"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-OK-security-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('miami-OK-security-bank-trust-co'), mapOptions);}document.getElementById('8a801e42').innerHTML += ' | View Map';var $l8722c8f495dcee23f39d5519735e1f71 = '

Security Bank & Trust Co

Address: 2200 N Main St, Miami, OK 74354
Phone: (918) 542-6661
';var m_8722c8f495dcee23f39d5519735e1f71 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security Bank & Trust Co',});m_8722c8f495dcee23f39d5519735e1f71['infowindow'] = new google.maps.InfoWindow({content: $l8722c8f495dcee23f39d5519735e1f71});var infowindow = new google.maps.InfoWindow({content: $l8722c8f495dcee23f39d5519735e1f71});google.maps.event.addListener(m_8722c8f495dcee23f39d5519735e1f71, 'click', function() {infowindow.open(map,m_8722c8f495dcee23f39d5519735e1f71);});$marker.push(m_8722c8f495dcee23f39d5519735e1f71);}});}google.maps.event.addDomListener(window, 'load', initialize);