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.4904,-97.5601)};var g_f3971ac4ef3eb040dadaeed846ac6b4e = new google.maps.Geocoder();g_f3971ac4ef3eb040dadaeed846ac6b4e.geocode( { 'address': "1541 NE 23rd St, Oklahoma City, OK 73111"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oklahoma-city-OK-first-security-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('oklahoma-city-OK-first-security-bank-trust-co'), mapOptions);}document.getElementById('8859664c').innerHTML += ' | View Map';var $lf3971ac4ef3eb040dadaeed846ac6b4e = '

First Security Bank & Trust Co

Address: 1541 NE 23rd St, Oklahoma City, OK 73111
Phone: (405) 424-4341
';var m_f3971ac4ef3eb040dadaeed846ac6b4e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Security Bank & Trust Co',});m_f3971ac4ef3eb040dadaeed846ac6b4e['infowindow'] = new google.maps.InfoWindow({content: $lf3971ac4ef3eb040dadaeed846ac6b4e});var infowindow = new google.maps.InfoWindow({content: $lf3971ac4ef3eb040dadaeed846ac6b4e});google.maps.event.addListener(m_f3971ac4ef3eb040dadaeed846ac6b4e, 'click', function() {infowindow.open(map,m_f3971ac4ef3eb040dadaeed846ac6b4e);});$marker.push(m_f3971ac4ef3eb040dadaeed846ac6b4e);}});}google.maps.event.addDomListener(window, 'load', initialize);