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.0723,-95.902)};var g_245142a8282a24362c6a1762f55dab27 = new google.maps.Geocoder();g_245142a8282a24362c6a1762f55dab27.geocode( { 'address': "2431 E 61st St, Tulsa, OK 74136"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tulsa-OK-first-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('tulsa-OK-first-bank-trust-co'), mapOptions);}document.getElementById('c3bd5cef').innerHTML += ' | View Map';var $l245142a8282a24362c6a1762f55dab27 = '

First Bank & Trust Co

Address: 2431 E 61st St, Tulsa, OK 74136
Phone: (918) 743-1106
';var m_245142a8282a24362c6a1762f55dab27 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank & Trust Co',});m_245142a8282a24362c6a1762f55dab27['infowindow'] = new google.maps.InfoWindow({content: $l245142a8282a24362c6a1762f55dab27});var infowindow = new google.maps.InfoWindow({content: $l245142a8282a24362c6a1762f55dab27});google.maps.event.addListener(m_245142a8282a24362c6a1762f55dab27, 'click', function() {infowindow.open(map,m_245142a8282a24362c6a1762f55dab27);});$marker.push(m_245142a8282a24362c6a1762f55dab27);}});}google.maps.event.addDomListener(window, 'load', initialize);