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.4493,-97.3516)};var g_31795ec1a404421e22df1cfc785a14bb = new google.maps.Geocoder();g_31795ec1a404421e22df1cfc785a14bb.geocode( { 'address': "10100 SE 15th St, Midwest City, OK 73130, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('midwest-city-OK-advantage-bank-midwest-city').style.display = '';map = new google.maps.Map(document.getElementById('midwest-city-OK-advantage-bank-midwest-city'), mapOptions);}document.getElementById('3e84c869').innerHTML += ' | View Map';var $l31795ec1a404421e22df1cfc785a14bb = '

Advantage Bank-Midwest City

Address: 10100 SE 15th St, Midwest City, OK 73130, USA
Phone: (405) 419-1000
';var m_31795ec1a404421e22df1cfc785a14bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advantage Bank-Midwest City',});m_31795ec1a404421e22df1cfc785a14bb['infowindow'] = new google.maps.InfoWindow({content: $l31795ec1a404421e22df1cfc785a14bb});var infowindow = new google.maps.InfoWindow({content: $l31795ec1a404421e22df1cfc785a14bb});google.maps.event.addListener(m_31795ec1a404421e22df1cfc785a14bb, 'click', function() {infowindow.open(map,m_31795ec1a404421e22df1cfc785a14bb);});$marker.push(m_31795ec1a404421e22df1cfc785a14bb);}});}google.maps.event.addDomListener(window, 'load', initialize);