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()};var g_ecd18c7222c31615d1def9170d4bec35 = new google.maps.Geocoder();g_ecd18c7222c31615d1def9170d4bec35.geocode( { 'address': "2911 S Air Depot Blvd, Midwest City, OK 73110"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('midwest-city-OK-fnb-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('midwest-city-OK-fnb-community-bank'), mapOptions);}document.getElementById('4f3697e3').innerHTML += ' | View Map';var $lecd18c7222c31615d1def9170d4bec35 = '

Fnb Community Bank

Address: 2911 S Air Depot Blvd, Midwest City, OK 73110
Phone: (405) 732-4571
';var m_ecd18c7222c31615d1def9170d4bec35 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fnb Community Bank',});m_ecd18c7222c31615d1def9170d4bec35['infowindow'] = new google.maps.InfoWindow({content: $lecd18c7222c31615d1def9170d4bec35});var infowindow = new google.maps.InfoWindow({content: $lecd18c7222c31615d1def9170d4bec35});google.maps.event.addListener(m_ecd18c7222c31615d1def9170d4bec35, 'click', function() {infowindow.open(map,m_ecd18c7222c31615d1def9170d4bec35);});$marker.push(m_ecd18c7222c31615d1def9170d4bec35);}});}google.maps.event.addDomListener(window, 'load', initialize);