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_8248ba781f55ebd103f6f922cfc20afc = new google.maps.Geocoder();g_8248ba781f55ebd103f6f922cfc20afc.geocode( { 'address': "10343 E 71st St, Tulsa, OK 74133"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tulsa-OK-bank-of-america-mingo').style.display = '';map = new google.maps.Map(document.getElementById('tulsa-OK-bank-of-america-mingo'), mapOptions);}document.getElementById('195a4111').innerHTML += ' | View Map';var $l8248ba781f55ebd103f6f922cfc20afc = '

Bank of America Mingo

Address: 10343 E 71st St, Tulsa, OK 74133
Phone: (918) 307-9034
';var m_8248ba781f55ebd103f6f922cfc20afc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Mingo',});m_8248ba781f55ebd103f6f922cfc20afc['infowindow'] = new google.maps.InfoWindow({content: $l8248ba781f55ebd103f6f922cfc20afc});var infowindow = new google.maps.InfoWindow({content: $l8248ba781f55ebd103f6f922cfc20afc});google.maps.event.addListener(m_8248ba781f55ebd103f6f922cfc20afc, 'click', function() {infowindow.open(map,m_8248ba781f55ebd103f6f922cfc20afc);});$marker.push(m_8248ba781f55ebd103f6f922cfc20afc);}});}google.maps.event.addDomListener(window, 'load', initialize);