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_a026152cc9d6fc52be9941fdaf4ad6b4 = new google.maps.Geocoder();g_a026152cc9d6fc52be9941fdaf4ad6b4.geocode( { 'address': "2642 E 21st St, Tulsa, OK 74114"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tulsa-OK-1st-fidelity-bank-customer-service').style.display = '';map = new google.maps.Map(document.getElementById('tulsa-OK-1st-fidelity-bank-customer-service'), mapOptions);}document.getElementById('df4889bc').innerHTML += ' | View Map';var $la026152cc9d6fc52be9941fdaf4ad6b4 = '

1st Fidelity Bank Customer Service

Address: 2642 E 21st St, Tulsa, OK 74114
Phone: (918) 728-6345
';var m_a026152cc9d6fc52be9941fdaf4ad6b4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Fidelity Bank Customer Service',});m_a026152cc9d6fc52be9941fdaf4ad6b4['infowindow'] = new google.maps.InfoWindow({content: $la026152cc9d6fc52be9941fdaf4ad6b4});var infowindow = new google.maps.InfoWindow({content: $la026152cc9d6fc52be9941fdaf4ad6b4});google.maps.event.addListener(m_a026152cc9d6fc52be9941fdaf4ad6b4, 'click', function() {infowindow.open(map,m_a026152cc9d6fc52be9941fdaf4ad6b4);});$marker.push(m_a026152cc9d6fc52be9941fdaf4ad6b4);}});}google.maps.event.addDomListener(window, 'load', initialize);