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_d0231cd3ec12768a73c40062ca8eda79 = new google.maps.Geocoder();g_d0231cd3ec12768a73c40062ca8eda79.geocode( { 'address': "2225 W Hefner Rd, Oklahoma City, OK 73120"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oklahoma-city-OK-bridgeview-bank').style.display = '';map = new google.maps.Map(document.getElementById('oklahoma-city-OK-bridgeview-bank'), mapOptions);}document.getElementById('e553b435').innerHTML += ' | View Map';var $ld0231cd3ec12768a73c40062ca8eda79 = '

Bridgeview Bank

Address: 2225 W Hefner Rd, Oklahoma City, OK 73120
Phone: (405) 755-5330
';var m_d0231cd3ec12768a73c40062ca8eda79 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bridgeview Bank',});m_d0231cd3ec12768a73c40062ca8eda79['infowindow'] = new google.maps.InfoWindow({content: $ld0231cd3ec12768a73c40062ca8eda79});var infowindow = new google.maps.InfoWindow({content: $ld0231cd3ec12768a73c40062ca8eda79});google.maps.event.addListener(m_d0231cd3ec12768a73c40062ca8eda79, 'click', function() {infowindow.open(map,m_d0231cd3ec12768a73c40062ca8eda79);});$marker.push(m_d0231cd3ec12768a73c40062ca8eda79);}});}google.maps.event.addDomListener(window, 'load', initialize);