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(34.1221,-109.926)};var g_bb362cee390d6a412b936924e97085d1 = new google.maps.Geocoder();g_bb362cee390d6a412b936924e97085d1.geocode( { 'address': "919 E White Mountain Blvd, Pinetop, AZ 85935"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pinetop-AZ-frontier-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('pinetop-AZ-frontier-state-bank'), mapOptions);}document.getElementById('429c57de').innerHTML += ' | View Map';var $lbb362cee390d6a412b936924e97085d1 = '

Frontier State Bank

Address: 919 E White Mountain Blvd, Pinetop, AZ 85935
Phone: (928) 367-0650
';var m_bb362cee390d6a412b936924e97085d1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Frontier State Bank',});m_bb362cee390d6a412b936924e97085d1['infowindow'] = new google.maps.InfoWindow({content: $lbb362cee390d6a412b936924e97085d1});var infowindow = new google.maps.InfoWindow({content: $lbb362cee390d6a412b936924e97085d1});google.maps.event.addListener(m_bb362cee390d6a412b936924e97085d1, 'click', function() {infowindow.open(map,m_bb362cee390d6a412b936924e97085d1);});$marker.push(m_bb362cee390d6a412b936924e97085d1);}});}google.maps.event.addDomListener(window, 'load', initialize);