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(32.8247,-96.8749)};var g_5e84db9bd1a7910cf53a4834a8e2a6d9 = new google.maps.Geocoder();g_5e84db9bd1a7910cf53a4834a8e2a6d9.geocode( { 'address': "1140 Empire Central Dr, Dallas, TX 75247, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-pollock-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-pollock-employees-credit-union'), mapOptions);}document.getElementById('147ef60a').innerHTML += ' | View Map';var $l5e84db9bd1a7910cf53a4834a8e2a6d9 = '

Pollock Employees Credit Union

Address: 1140 Empire Central Dr, Dallas, TX 75247, USA
Phone: (214) 637-3924
';var m_5e84db9bd1a7910cf53a4834a8e2a6d9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pollock Employees Credit Union',});m_5e84db9bd1a7910cf53a4834a8e2a6d9['infowindow'] = new google.maps.InfoWindow({content: $l5e84db9bd1a7910cf53a4834a8e2a6d9});var infowindow = new google.maps.InfoWindow({content: $l5e84db9bd1a7910cf53a4834a8e2a6d9});google.maps.event.addListener(m_5e84db9bd1a7910cf53a4834a8e2a6d9, 'click', function() {infowindow.open(map,m_5e84db9bd1a7910cf53a4834a8e2a6d9);});$marker.push(m_5e84db9bd1a7910cf53a4834a8e2a6d9);}});}google.maps.event.addDomListener(window, 'load', initialize);