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_4f9c76cf97f84048c5990dd4ef842ea2 = new google.maps.Geocoder();g_4f9c76cf97f84048c5990dd4ef842ea2.geocode( { 'address': "4330 SE 29th St, Oklahoma City, OK 73115"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oklahoma-city-OK-fnb-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('oklahoma-city-OK-fnb-community-bank'), mapOptions);}document.getElementById('c51c0802').innerHTML += ' | View Map';var $l4f9c76cf97f84048c5990dd4ef842ea2 = '

FNB Community Bank

Address: 4330 SE 29th St, Oklahoma City, OK 73115
Phone: (405) 672-1470
';var m_4f9c76cf97f84048c5990dd4ef842ea2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FNB Community Bank',});m_4f9c76cf97f84048c5990dd4ef842ea2['infowindow'] = new google.maps.InfoWindow({content: $l4f9c76cf97f84048c5990dd4ef842ea2});var infowindow = new google.maps.InfoWindow({content: $l4f9c76cf97f84048c5990dd4ef842ea2});google.maps.event.addListener(m_4f9c76cf97f84048c5990dd4ef842ea2, 'click', function() {infowindow.open(map,m_4f9c76cf97f84048c5990dd4ef842ea2);});$marker.push(m_4f9c76cf97f84048c5990dd4ef842ea2);}});}google.maps.event.addDomListener(window, 'load', initialize);