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.1493,-99.3012)};var g_b35929457977f1c51c81d3396f2be8b6 = new google.maps.Geocoder();g_b35929457977f1c51c81d3396f2be8b6.geocode( { 'address': "121 W Broadway, Vici, OK 73859"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vici-OK-bank-of-vici').style.display = '';map = new google.maps.Map(document.getElementById('vici-OK-bank-of-vici'), mapOptions);}document.getElementById('27401714').innerHTML += ' | View Map';var $lb35929457977f1c51c81d3396f2be8b6 = '

Bank Of Vici

Address: 121 W Broadway, Vici, OK 73859
Phone: (580) 995-4231
';var m_b35929457977f1c51c81d3396f2be8b6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Vici',});m_b35929457977f1c51c81d3396f2be8b6['infowindow'] = new google.maps.InfoWindow({content: $lb35929457977f1c51c81d3396f2be8b6});var infowindow = new google.maps.InfoWindow({content: $lb35929457977f1c51c81d3396f2be8b6});google.maps.event.addListener(m_b35929457977f1c51c81d3396f2be8b6, 'click', function() {infowindow.open(map,m_b35929457977f1c51c81d3396f2be8b6);});$marker.push(m_b35929457977f1c51c81d3396f2be8b6);}});}google.maps.event.addDomListener(window, 'load', initialize);