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_6be0fc6d398b58e837e9ed93a6342a46 = new google.maps.Geocoder();g_6be0fc6d398b58e837e9ed93a6342a46.geocode( { 'address': "1600 S Agnew Ave, Oklahoma City, OK 73108"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oklahoma-city-OK-first-united-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('oklahoma-city-OK-first-united-bank-trust'), mapOptions);}document.getElementById('2ccb63a7').innerHTML += ' | View Map';var $l6be0fc6d398b58e837e9ed93a6342a46 = '

First United Bank & Trust

Address: 1600 S Agnew Ave, Oklahoma City, OK 73108
Phone: (405) 272-4044
';var m_6be0fc6d398b58e837e9ed93a6342a46 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First United Bank & Trust',});m_6be0fc6d398b58e837e9ed93a6342a46['infowindow'] = new google.maps.InfoWindow({content: $l6be0fc6d398b58e837e9ed93a6342a46});var infowindow = new google.maps.InfoWindow({content: $l6be0fc6d398b58e837e9ed93a6342a46});google.maps.event.addListener(m_6be0fc6d398b58e837e9ed93a6342a46, 'click', function() {infowindow.open(map,m_6be0fc6d398b58e837e9ed93a6342a46);});$marker.push(m_6be0fc6d398b58e837e9ed93a6342a46);}});}google.maps.event.addDomListener(window, 'load', initialize);